Shades of Conifer #CAF34D
Tints of Conifer #CAF34D
RGB
CMYK
RGB Variations
Color information
#CAF34D (or 0xCAF34D) is known color: Conifer. HEX triplet: CA, F3 and 4D. RGB value is (202,243,77). Sum of RGB (Red+Green+Blue) = 202+243+77=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF34D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF34D is #350CB2. Grayscale: #D4D4D4. Windows color (decimal): -3476659 or 5108682. OLE color: 5108682.
HSL color Cylindrical-coordinate representation of color #CAF34D: hue angle of 74.82º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAF34D is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 77 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.05 |
| HSL | 74.82º | 0.87% | 0.63% | - |
| HSV(B) | 74.82º | 0.68% | 0.95% | - |
| XYZ | 57.75 | 77.19 | 18.88 | - |
| YUV | 211.82 | 51.92 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 77 | 0.17 | 0 | 0.68 | 0.05 | 74.82 | 0.87 | 0.63 |
| Hex | CA | F3 | 4D | 11 | 0 | 44 | 5 | 4B | 57 | 3F |
| Octal | 312 | 363 | 115 | 21 | 0 | 104 | 5 | 113 | 127 | 77 |
| Binary | 11001010 | 11110011 | 1001101 | 10001 | 0 | 1000100 | 101 | 1001011 | 1010111 | 111111 |
Color Harmonies of #CAF34D
Complementary color
Monochromatic Colors of #CAF34D
Black with #CAF34D
Text Example
Text Example
White with #CAF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF34D; }
p { color: rgb(202,243,77); }
H1.HeaderClassName
{
color: #CAF34D;
}
.AnyTagClassName
{
color: #CAF34D;
}
</style>
background-color css
<style>
a { background-color: #CAF34D; }
a { background-color: rgb(202,243,77); }
div.DivClassName
{
background-color: #CAF34D;
}
.BgClassName
{
background-color: #CAF34D;
}
</style>
border-color css
<style>
span { border-color: #CAF34D; }
span { border-color: rgb(202,243,77); }
td.TdClassName
{
border-color: #CAF34D;
}
.TagClassName
{
border-color: #CAF34D;
}
</style>