#8CFB88

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

Shades of Light Green #8CFB88

Tints of Light Green #8CFB88

Color information

#8CFB88 (or 0x8CFB88) is unknown color: approx Light Green. HEX triplet: 8C, FB and 88. RGB value is (140,251,136). Sum of RGB (Red+Green+Blue) = 140+251+136=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFB88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFB88 is #730477. Grayscale: #CDCDCD. Windows color (decimal): -7537784 or 8977292. OLE color: 8977292.

HSL color Cylindrical-coordinate representation of color #8CFB88: hue angle of 117.91º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CFB88 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB140251136-
CMYK0.4400.460.02
HSL117.91º93.5%75.88%-
HSV(B)117.91º45.82%98.43%-
XYZ49.7676.3535.41-
YUV204.789.2381.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.57%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 136 (53.52% from 255) = 25.81%
R=26.57%
G=47.63%
B=25.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402511360.4400.460.02117.9193.575.88
Hex8CFB882C02E2765d4c
Octal214373210540562166135114
Binary100011001111101110001000101100010111010111011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CFB88; }

 p { color: rgb(140,251,136); }

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

<style>
 a { background-color: #8CFB88; }

 a { background-color: rgb(140,251,136); }

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

<style>
 span { border-color: #8CFB88; }

 span { border-color: rgb(140,251,136); }

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