Shades of Light Green #8CF27D
Tints of Light Green #8CF27D
RGB
CMYK
RGB Variations
Color information
#8CF27D (or 0x8CF27D) is known color: Light Green. HEX triplet: 8C, F2 and 7D. RGB value is (140,242,125). Sum of RGB (Red+Green+Blue) = 140+242+125=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF27D is #730D82. Grayscale: #C6C6C6. Windows color (decimal): -7540099 or 8254092. OLE color: 8254092.
HSL color Cylindrical-coordinate representation of color #8CF27D: hue angle of 112.31º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CF27D is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 125 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.05 |
| HSL | 112.31º | 0.82% | 0.72% | - |
| HSV(B) | 112.31º | 0.48% | 0.95% | - |
| XYZ | 46.27 | 70.56 | 30.58 | - |
| YUV | 198.16 | 86.71 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 125 | 0.42 | 0 | 0.48 | 0.05 | 112.31 | 0.82 | 0.72 |
| Hex | 8C | F2 | 7D | 2A | 0 | 30 | 5 | 70 | 52 | 48 |
| Octal | 214 | 362 | 175 | 52 | 0 | 60 | 5 | 160 | 122 | 110 |
| Binary | 10001100 | 11110010 | 1111101 | 101010 | 0 | 110000 | 101 | 1110000 | 1010010 | 1001000 |
Color Harmonies of #8CF27D
Complementary color
Monochromatic Colors of #8CF27D
Black with #8CF27D
Text Example
Text Example
White with #8CF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF27D; }
p { color: rgb(140,242,125); }
H1.HeaderClassName
{
color: #8CF27D;
}
.AnyTagClassName
{
color: #8CF27D;
}
</style>
background-color css
<style>
a { background-color: #8CF27D; }
a { background-color: rgb(140,242,125); }
div.DivClassName
{
background-color: #8CF27D;
}
.BgClassName
{
background-color: #8CF27D;
}
</style>
border-color css
<style>
span { border-color: #8CF27D; }
span { border-color: rgb(140,242,125); }
td.TdClassName
{
border-color: #8CF27D;
}
.TagClassName
{
border-color: #8CF27D;
}
</style>