Shades of Conifer #CAF153
Tints of Conifer #CAF153
RGB
CMYK
RGB Variations
Color information
#CAF153 (or 0xCAF153) is known color: Conifer. HEX triplet: CA, F1 and 53. RGB value is (202,241,83). Sum of RGB (Red+Green+Blue) = 202+241+83=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF153 is #350EAC. Grayscale: #D3D3D3. Windows color (decimal): -3477165 or 5501386. OLE color: 5501386.
HSL color Cylindrical-coordinate representation of color #CAF153: hue angle of 74.81º degrees, saturation: 0.85, 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 #CAF153 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 83 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.05 |
| HSL | 74.81º | 0.85% | 0.64% | - |
| HSV(B) | 74.81º | 0.66% | 0.95% | - |
| XYZ | 57.37 | 76.09 | 19.85 | - |
| YUV | 211.33 | 55.58 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 83 | 0.16 | 0 | 0.66 | 0.05 | 74.81 | 0.85 | 0.64 |
| Hex | CA | F1 | 53 | 10 | 0 | 42 | 5 | 4B | 55 | 40 |
| Octal | 312 | 361 | 123 | 20 | 0 | 102 | 5 | 113 | 125 | 100 |
| Binary | 11001010 | 11110001 | 1010011 | 10000 | 0 | 1000010 | 101 | 1001011 | 1010101 | 1000000 |
Color Harmonies of #CAF153
Complementary color
Monochromatic Colors of #CAF153
Black with #CAF153
Text Example
Text Example
White with #CAF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF153; }
p { color: rgb(202,241,83); }
H1.HeaderClassName
{
color: #CAF153;
}
.AnyTagClassName
{
color: #CAF153;
}
</style>
background-color css
<style>
a { background-color: #CAF153; }
a { background-color: rgb(202,241,83); }
div.DivClassName
{
background-color: #CAF153;
}
.BgClassName
{
background-color: #CAF153;
}
</style>
border-color css
<style>
span { border-color: #CAF153; }
span { border-color: rgb(202,241,83); }
td.TdClassName
{
border-color: #CAF153;
}
.TagClassName
{
border-color: #CAF153;
}
</style>