Shades of Yellow Green #95CA24
Tints of Yellow Green #95CA24
RGB
CMYK
RGB Variations
Color information
#95CA24 (or 0x95CA24) is known color: Yellow Green. HEX triplet: 95, CA and 24. RGB value is (149,202,36). Sum of RGB (Red+Green+Blue) = 149+202+36=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CA24 is #6A35DB. Grayscale: #A7A7A7. Windows color (decimal): -6960604 or 2411157. OLE color: 2411157.
HSL color Cylindrical-coordinate representation of color #95CA24: hue angle of 79.16º degrees, saturation: 0.7, 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 #95CA24 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 202 | 36 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.21 |
| HSL | 79.16º | 0.7% | 0.47% | - |
| HSV(B) | 79.16º | 0.82% | 0.79% | - |
| XYZ | 33.83 | 48.76 | 9.3 | - |
| YUV | 167.23 | 53.94 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 202 | 36 | 0.26 | 0 | 0.82 | 0.21 | 79.16 | 0.7 | 0.47 |
| Hex | 95 | CA | 24 | 1A | 0 | 52 | 15 | 4F | 46 | 2F |
| Octal | 225 | 312 | 44 | 32 | 0 | 122 | 25 | 117 | 106 | 57 |
| Binary | 10010101 | 11001010 | 100100 | 11010 | 0 | 1010010 | 10101 | 1001111 | 1000110 | 101111 |
Color Harmonies of #95CA24
Complementary color
Monochromatic Colors of #95CA24
Black with #95CA24
Text Example
Text Example
White with #95CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CA24; }
p { color: rgb(149,202,36); }
H1.HeaderClassName
{
color: #95CA24;
}
.AnyTagClassName
{
color: #95CA24;
}
</style>
background-color css
<style>
a { background-color: #95CA24; }
a { background-color: rgb(149,202,36); }
div.DivClassName
{
background-color: #95CA24;
}
.BgClassName
{
background-color: #95CA24;
}
</style>
border-color css
<style>
span { border-color: #95CA24; }
span { border-color: rgb(149,202,36); }
td.TdClassName
{
border-color: #95CA24;
}
.TagClassName
{
border-color: #95CA24;
}
</style>