#75EF8C

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

Shades of Light Green #75EF8C

Tints of Light Green #75EF8C

Color information

#75EF8C (or 0x75EF8C) is unknown color: approx Light Green. HEX triplet: 75, EF and 8C. RGB value is (117,239,140). Sum of RGB (Red+Green+Blue) = 117+239+140=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #75EF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EF8C is #8A1073. Grayscale: #BFBFBF. Windows color (decimal): -9048180 or 9236341. OLE color: 9236341.

HSL color Cylindrical-coordinate representation of color #75EF8C: hue angle of 131.31º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EF8C is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB117239140-
CMYK0.5100.410.06
HSL131.31º79.22%69.8%-
HSV(B)131.31º51.05%93.73%-
XYZ42.9467.4135.56-
YUV191.2499.0875.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.59%
GREEN value IS 239 (93.75% from 255) = 48.19%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=23.59%
G=48.19%
B=28.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172391400.5100.410.06131.3179.2269.8
Hex75EF8C330296834f46
Octal165357214630516203117106
Binary1110101111011111000110011001101010011101000001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,239,140); }

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

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

 a { background-color: rgb(117,239,140); }

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

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

 span { border-color: rgb(117,239,140); }

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