Shades of Conifer #CAF353
Tints of Conifer #CAF353
RGB
CMYK
RGB Variations
Color information
#CAF353 (or 0xCAF353) is known color: Conifer. HEX triplet: CA, F3 and 53. RGB value is (202,243,83). Sum of RGB (Red+Green+Blue) = 202+243+83=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF353 is #350CAC. Grayscale: #D5D5D5. Windows color (decimal): -3476653 or 5501898. OLE color: 5501898.
HSL color Cylindrical-coordinate representation of color #CAF353: hue angle of 75.38º degrees, saturation: 0.87, 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 #CAF353 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 83 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.05 |
| HSL | 75.38º | 0.87% | 0.64% | - |
| HSV(B) | 75.38º | 0.66% | 0.95% | - |
| XYZ | 57.97 | 77.28 | 20.05 | - |
| YUV | 212.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 83 | 0.17 | 0 | 0.66 | 0.05 | 75.38 | 0.87 | 0.64 |
| Hex | CA | F3 | 53 | 11 | 0 | 42 | 5 | 4B | 57 | 40 |
| Octal | 312 | 363 | 123 | 21 | 0 | 102 | 5 | 113 | 127 | 100 |
| Binary | 11001010 | 11110011 | 1010011 | 10001 | 0 | 1000010 | 101 | 1001011 | 1010111 | 1000000 |
Color Harmonies of #CAF353
Complementary color
Monochromatic Colors of #CAF353
Black with #CAF353
Text Example
Text Example
White with #CAF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF353; }
p { color: rgb(202,243,83); }
H1.HeaderClassName
{
color: #CAF353;
}
.AnyTagClassName
{
color: #CAF353;
}
</style>
background-color css
<style>
a { background-color: #CAF353; }
a { background-color: rgb(202,243,83); }
div.DivClassName
{
background-color: #CAF353;
}
.BgClassName
{
background-color: #CAF353;
}
</style>
border-color css
<style>
span { border-color: #CAF353; }
span { border-color: rgb(202,243,83); }
td.TdClassName
{
border-color: #CAF353;
}
.TagClassName
{
border-color: #CAF353;
}
</style>