#75EA61

Color #75EA61 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #75EA61

Tints of Pastel Green #75EA61

Color information

#75EA61 (or 0x75EA61) is unknown color: approx Pastel Green. HEX triplet: 75, EA and 61. RGB value is (117,234,97). Sum of RGB (Red+Green+Blue) = 117+234+97=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #75EA61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EA61 is #8A159E. Grayscale: #B7B7B7. Windows color (decimal): -9049503 or 6417013. OLE color: 6417013.

HSL color Cylindrical-coordinate representation of color #75EA61: hue angle of 111.24º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75EA61 is Cyan = 0.5, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB11723497-
CMYK0.500.590.08
HSL111.24º76.54%64.9%-
HSV(B)111.24º58.55%91.76%-
XYZ38.9263.4921.51-
YUV183.479.2480.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 234 (91.80% from 255) = 52.23%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=26.12%
G=52.23%
B=21.65%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal117234970.500.590.08111.2476.5464.9
Hex75EA613203B86f4d41
Octal1653521416207310157115101
Binary111010111101010110000111001001110111000110111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75EA61; }

 p { color: rgb(117,234,97); }

 H1.HeaderClassName
 {
   color: #75EA61;
 }
 .AnyTagClassName
 {
   color: #75EA61;
 }
</style>
background-color css

<style>
 a { background-color: #75EA61; }

 a { background-color: rgb(117,234,97); }

 div.DivClassName
 {
   background-color: #75EA61;
 }
 .BgClassName
 {
   background-color: #75EA61;
 }
</style>
border-color css

<style>
 span { border-color: #75EA61; }

 span { border-color: rgb(117,234,97); }

 td.TdClassName
 {
   border-color: #75EA61;
 }
 .TagClassName
 {
   border-color: #75EA61;
 }
</style>