Shades of Conifer #CAF250
Tints of Conifer #CAF250
RGB
CMYK
RGB Variations
Color information
#CAF250 (or 0xCAF250) is known color: Conifer. HEX triplet: CA, F2 and 50. RGB value is (202,242,80). Sum of RGB (Red+Green+Blue) = 202+242+80=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF250 is #350DAF. Grayscale: #D4D4D4. Windows color (decimal): -3476912 or 5305034. OLE color: 5305034.
HSL color Cylindrical-coordinate representation of color #CAF250: hue angle of 74.81º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAF250 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 80 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.05 |
| HSL | 74.81º | 0.86% | 0.63% | - |
| HSV(B) | 74.81º | 0.67% | 0.95% | - |
| XYZ | 57.56 | 76.64 | 19.35 | - |
| YUV | 211.57 | 53.75 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 80 | 0.17 | 0 | 0.67 | 0.05 | 74.81 | 0.86 | 0.63 |
| Hex | CA | F2 | 50 | 11 | 0 | 43 | 5 | 4B | 56 | 3F |
| Octal | 312 | 362 | 120 | 21 | 0 | 103 | 5 | 113 | 126 | 77 |
| Binary | 11001010 | 11110010 | 1010000 | 10001 | 0 | 1000011 | 101 | 1001011 | 1010110 | 111111 |
Color Harmonies of #CAF250
Complementary color
Monochromatic Colors of #CAF250
Black with #CAF250
Text Example
Text Example
White with #CAF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF250; }
p { color: rgb(202,242,80); }
H1.HeaderClassName
{
color: #CAF250;
}
.AnyTagClassName
{
color: #CAF250;
}
</style>
background-color css
<style>
a { background-color: #CAF250; }
a { background-color: rgb(202,242,80); }
div.DivClassName
{
background-color: #CAF250;
}
.BgClassName
{
background-color: #CAF250;
}
</style>
border-color css
<style>
span { border-color: #CAF250; }
span { border-color: rgb(202,242,80); }
td.TdClassName
{
border-color: #CAF250;
}
.TagClassName
{
border-color: #CAF250;
}
</style>