Shades of Conifer #CAF553
Tints of Conifer #CAF553
RGB
CMYK
RGB Variations
Color information
#CAF553 (or 0xCAF553) is known color: Conifer. HEX triplet: CA, F5 and 53. RGB value is (202,245,83). Sum of RGB (Red+Green+Blue) = 202+245+83=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF553 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF553 is #350AAC. Grayscale: #D6D6D6. Windows color (decimal): -3476141 or 5502410. OLE color: 5502410.
HSL color Cylindrical-coordinate representation of color #CAF553: hue angle of 75.93º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAF553 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 83 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.04 |
| HSL | 75.93º | 0.89% | 0.64% | - |
| HSV(B) | 75.93º | 0.66% | 0.96% | - |
| XYZ | 58.57 | 78.49 | 20.25 | - |
| YUV | 213.68 | 54.25 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 83 | 0.18 | 0 | 0.66 | 0.04 | 75.93 | 0.89 | 0.64 |
| Hex | CA | F5 | 53 | 12 | 0 | 42 | 4 | 4C | 59 | 40 |
| Octal | 312 | 365 | 123 | 22 | 0 | 102 | 4 | 114 | 131 | 100 |
| Binary | 11001010 | 11110101 | 1010011 | 10010 | 0 | 1000010 | 100 | 1001100 | 1011001 | 1000000 |
Color Harmonies of #CAF553
Complementary color
Monochromatic Colors of #CAF553
Black with #CAF553
Text Example
Text Example
White with #CAF553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF553; }
p { color: rgb(202,245,83); }
H1.HeaderClassName
{
color: #CAF553;
}
.AnyTagClassName
{
color: #CAF553;
}
</style>
background-color css
<style>
a { background-color: #CAF553; }
a { background-color: rgb(202,245,83); }
div.DivClassName
{
background-color: #CAF553;
}
.BgClassName
{
background-color: #CAF553;
}
</style>
border-color css
<style>
span { border-color: #CAF553; }
span { border-color: rgb(202,245,83); }
td.TdClassName
{
border-color: #CAF553;
}
.TagClassName
{
border-color: #CAF553;
}
</style>