Shades of Light Green #8CF27C
Tints of Light Green #8CF27C
RGB
CMYK
RGB Variations
Color information
#8CF27C (or 0x8CF27C) is known color: Light Green. HEX triplet: 8C, F2 and 7C. RGB value is (140,242,124). Sum of RGB (Red+Green+Blue) = 140+242+124=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF27C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF27C is #730D83. Grayscale: #C6C6C6. Windows color (decimal): -7540100 or 8188556. OLE color: 8188556.
HSL color Cylindrical-coordinate representation of color #8CF27C: hue angle of 111.86º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CF27C is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 124 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.05 |
| HSL | 111.86º | 0.82% | 0.72% | - |
| HSV(B) | 111.86º | 0.49% | 0.95% | - |
| XYZ | 46.21 | 70.53 | 30.25 | - |
| YUV | 198.05 | 86.21 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 124 | 0.42 | 0 | 0.49 | 0.05 | 111.86 | 0.82 | 0.72 |
| Hex | 8C | F2 | 7C | 2A | 0 | 31 | 5 | 70 | 52 | 48 |
| Octal | 214 | 362 | 174 | 52 | 0 | 61 | 5 | 160 | 122 | 110 |
| Binary | 10001100 | 11110010 | 1111100 | 101010 | 0 | 110001 | 101 | 1110000 | 1010010 | 1001000 |
Color Harmonies of #8CF27C
Complementary color
Monochromatic Colors of #8CF27C
Black with #8CF27C
Text Example
Text Example
White with #8CF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF27C; }
p { color: rgb(140,242,124); }
H1.HeaderClassName
{
color: #8CF27C;
}
.AnyTagClassName
{
color: #8CF27C;
}
</style>
background-color css
<style>
a { background-color: #8CF27C; }
a { background-color: rgb(140,242,124); }
div.DivClassName
{
background-color: #8CF27C;
}
.BgClassName
{
background-color: #8CF27C;
}
</style>
border-color css
<style>
span { border-color: #8CF27C; }
span { border-color: rgb(140,242,124); }
td.TdClassName
{
border-color: #8CF27C;
}
.TagClassName
{
border-color: #8CF27C;
}
</style>