Shades of Yellow Green #8CD525
Tints of Yellow Green #8CD525
RGB
CMYK
RGB Variations
Color information
#8CD525 (or 0x8CD525) is known color: Yellow Green. HEX triplet: 8C, D5 and 25. RGB value is (140,213,37). Sum of RGB (Red+Green+Blue) = 140+213+37=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD525 is #732ADA. Grayscale: #ABABAB. Windows color (decimal): -7547611 or 2479500. OLE color: 2479500.
HSL color Cylindrical-coordinate representation of color #8CD525: hue angle of 84.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CD525 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 213 | 37 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.16 |
| HSL | 84.89º | 0.7% | 0.49% | - |
| HSV(B) | 84.89º | 0.83% | 0.84% | - |
| XYZ | 34.94 | 53.3 | 10.2 | - |
| YUV | 171.11 | 52.32 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 213 | 37 | 0.34 | 0 | 0.83 | 0.16 | 84.89 | 0.7 | 0.49 |
| Hex | 8C | D5 | 25 | 22 | 0 | 53 | 10 | 55 | 46 | 31 |
| Octal | 214 | 325 | 45 | 42 | 0 | 123 | 20 | 125 | 106 | 61 |
| Binary | 10001100 | 11010101 | 100101 | 100010 | 0 | 1010011 | 10000 | 1010101 | 1000110 | 110001 |
Color Harmonies of #8CD525
Complementary color
Monochromatic Colors of #8CD525
Black with #8CD525
Text Example
Text Example
White with #8CD525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD525; }
p { color: rgb(140,213,37); }
H1.HeaderClassName
{
color: #8CD525;
}
.AnyTagClassName
{
color: #8CD525;
}
</style>
background-color css
<style>
a { background-color: #8CD525; }
a { background-color: rgb(140,213,37); }
div.DivClassName
{
background-color: #8CD525;
}
.BgClassName
{
background-color: #8CD525;
}
</style>
border-color css
<style>
span { border-color: #8CD525; }
span { border-color: rgb(140,213,37); }
td.TdClassName
{
border-color: #8CD525;
}
.TagClassName
{
border-color: #8CD525;
}
</style>