Shades of Conifer #CAF352
Tints of Conifer #CAF352
RGB
CMYK
RGB Variations
Color information
#CAF352 (or 0xCAF352) is known color: Conifer. HEX triplet: CA, F3 and 52. RGB value is (202,243,82). Sum of RGB (Red+Green+Blue) = 202+243+82=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF352 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF352 is #350CAD. Grayscale: #D4D4D4. Windows color (decimal): -3476654 or 5436362. OLE color: 5436362.
HSL color Cylindrical-coordinate representation of color #CAF352: hue angle of 75.28º 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 #CAF352 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 82 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.05 |
| HSL | 75.28º | 0.87% | 0.64% | - |
| HSV(B) | 75.28º | 0.66% | 0.95% | - |
| XYZ | 57.93 | 77.27 | 19.84 | - |
| YUV | 212.39 | 54.42 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 82 | 0.17 | 0 | 0.66 | 0.05 | 75.28 | 0.87 | 0.64 |
| Hex | CA | F3 | 52 | 11 | 0 | 42 | 5 | 4B | 57 | 40 |
| Octal | 312 | 363 | 122 | 21 | 0 | 102 | 5 | 113 | 127 | 100 |
| Binary | 11001010 | 11110011 | 1010010 | 10001 | 0 | 1000010 | 101 | 1001011 | 1010111 | 1000000 |
Color Harmonies of #CAF352
Complementary color
Monochromatic Colors of #CAF352
Black with #CAF352
Text Example
Text Example
White with #CAF352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF352; }
p { color: rgb(202,243,82); }
H1.HeaderClassName
{
color: #CAF352;
}
.AnyTagClassName
{
color: #CAF352;
}
</style>
background-color css
<style>
a { background-color: #CAF352; }
a { background-color: rgb(202,243,82); }
div.DivClassName
{
background-color: #CAF352;
}
.BgClassName
{
background-color: #CAF352;
}
</style>
border-color css
<style>
span { border-color: #CAF352; }
span { border-color: rgb(202,243,82); }
td.TdClassName
{
border-color: #CAF352;
}
.TagClassName
{
border-color: #CAF352;
}
</style>