Shades of Conifer #CAF253
Tints of Conifer #CAF253
RGB
CMYK
RGB Variations
Color information
#CAF253 (or 0xCAF253) is known color: Conifer. HEX triplet: CA, F2 and 53. RGB value is (202,242,83). Sum of RGB (Red+Green+Blue) = 202+242+83=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF253 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF253 is #350DAC. Grayscale: #D4D4D4. Windows color (decimal): -3476909 or 5501642. OLE color: 5501642.
HSL color Cylindrical-coordinate representation of color #CAF253: hue angle of 75.09º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAF253 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 83 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.05 |
| HSL | 75.09º | 0.86% | 0.64% | - |
| HSV(B) | 75.09º | 0.66% | 0.95% | - |
| XYZ | 57.67 | 76.69 | 19.95 | - |
| YUV | 211.91 | 55.25 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 83 | 0.17 | 0 | 0.66 | 0.05 | 75.09 | 0.86 | 0.64 |
| Hex | CA | F2 | 53 | 11 | 0 | 42 | 5 | 4B | 56 | 40 |
| Octal | 312 | 362 | 123 | 21 | 0 | 102 | 5 | 113 | 126 | 100 |
| Binary | 11001010 | 11110010 | 1010011 | 10001 | 0 | 1000010 | 101 | 1001011 | 1010110 | 1000000 |
Color Harmonies of #CAF253
Complementary color
Monochromatic Colors of #CAF253
Black with #CAF253
Text Example
Text Example
White with #CAF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF253; }
p { color: rgb(202,242,83); }
H1.HeaderClassName
{
color: #CAF253;
}
.AnyTagClassName
{
color: #CAF253;
}
</style>
background-color css
<style>
a { background-color: #CAF253; }
a { background-color: rgb(202,242,83); }
div.DivClassName
{
background-color: #CAF253;
}
.BgClassName
{
background-color: #CAF253;
}
</style>
border-color css
<style>
span { border-color: #CAF253; }
span { border-color: rgb(202,242,83); }
td.TdClassName
{
border-color: #CAF253;
}
.TagClassName
{
border-color: #CAF253;
}
</style>