Shades of Conifer #CAF950
Tints of Conifer #CAF950
RGB
CMYK
RGB Variations
Color information
#CAF950 (or 0xCAF950) is known color: Conifer. HEX triplet: CA, F9 and 50. RGB value is (202,249,80). Sum of RGB (Red+Green+Blue) = 202+249+80=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF950 is #3506AF. Grayscale: #D8D8D8. Windows color (decimal): -3475120 or 5306826. OLE color: 5306826.
HSL color Cylindrical-coordinate representation of color #CAF950: hue angle of 76.69º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAF950 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 80 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.02 |
| HSL | 76.69º | 0.93% | 0.65% | - |
| HSV(B) | 76.69º | 0.68% | 0.98% | - |
| XYZ | 59.68 | 80.89 | 20.06 | - |
| YUV | 215.68 | 51.43 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 80 | 0.19 | 0 | 0.68 | 0.02 | 76.69 | 0.93 | 0.65 |
| Hex | CA | F9 | 50 | 13 | 0 | 44 | 2 | 4D | 5D | 41 |
| Octal | 312 | 371 | 120 | 23 | 0 | 104 | 2 | 115 | 135 | 101 |
| Binary | 11001010 | 11111001 | 1010000 | 10011 | 0 | 1000100 | 10 | 1001101 | 1011101 | 1000001 |
Color Harmonies of #CAF950
Complementary color
Monochromatic Colors of #CAF950
Black with #CAF950
Text Example
Text Example
White with #CAF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF950; }
p { color: rgb(202,249,80); }
H1.HeaderClassName
{
color: #CAF950;
}
.AnyTagClassName
{
color: #CAF950;
}
</style>
background-color css
<style>
a { background-color: #CAF950; }
a { background-color: rgb(202,249,80); }
div.DivClassName
{
background-color: #CAF950;
}
.BgClassName
{
background-color: #CAF950;
}
</style>
border-color css
<style>
span { border-color: #CAF950; }
span { border-color: rgb(202,249,80); }
td.TdClassName
{
border-color: #CAF950;
}
.TagClassName
{
border-color: #CAF950;
}
</style>