Shades of Yellow Green #8CC925
Tints of Yellow Green #8CC925
RGB
CMYK
RGB Variations
Color information
#8CC925 (or 0x8CC925) is known color: Yellow Green. HEX triplet: 8C, C9 and 25. RGB value is (140,201,37). Sum of RGB (Red+Green+Blue) = 140+201+37=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC925 is #7336DA. Grayscale: #A4A4A4. Windows color (decimal): -7550683 or 2476428. OLE color: 2476428.
HSL color Cylindrical-coordinate representation of color #8CC925: hue angle of 82.32º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CC925 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 37 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.21 |
| HSL | 82.32º | 0.69% | 0.47% | - |
| HSV(B) | 82.32º | 0.82% | 0.79% | - |
| XYZ | 32.04 | 47.48 | 9.23 | - |
| YUV | 164.07 | 56.29 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 37 | 0.30 | 0 | 0.82 | 0.21 | 82.32 | 0.69 | 0.47 |
| Hex | 8C | C9 | 25 | 1E | 0 | 52 | 15 | 52 | 45 | 2F |
| Octal | 214 | 311 | 45 | 36 | 0 | 122 | 25 | 122 | 105 | 57 |
| Binary | 10001100 | 11001001 | 100101 | 11110 | 0 | 1010010 | 10101 | 1010010 | 1000101 | 101111 |
Color Harmonies of #8CC925
Complementary color
Monochromatic Colors of #8CC925
Black with #8CC925
Text Example
Text Example
White with #8CC925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC925; }
p { color: rgb(140,201,37); }
H1.HeaderClassName
{
color: #8CC925;
}
.AnyTagClassName
{
color: #8CC925;
}
</style>
background-color css
<style>
a { background-color: #8CC925; }
a { background-color: rgb(140,201,37); }
div.DivClassName
{
background-color: #8CC925;
}
.BgClassName
{
background-color: #8CC925;
}
</style>
border-color css
<style>
span { border-color: #8CC925; }
span { border-color: rgb(140,201,37); }
td.TdClassName
{
border-color: #8CC925;
}
.TagClassName
{
border-color: #8CC925;
}
</style>