Shades of Conifer #CAFE4D
Tints of Conifer #CAFE4D
RGB
CMYK
RGB Variations
Color information
#CAFE4D (or 0xCAFE4D) is known color: Conifer. HEX triplet: CA, FE and 4D. RGB value is (202,254,77). Sum of RGB (Red+Green+Blue) = 202+254+77=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE4D is #3501B2. Grayscale: #DADADA. Windows color (decimal): -3473843 or 5111498. OLE color: 5111498.
HSL color Cylindrical-coordinate representation of color #CAFE4D: hue angle of 77.63º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAFE4D is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 77 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.00 |
| HSL | 77.63º | 0.99% | 0.65% | - |
| HSV(B) | 77.63º | 0.7% | 1% | - |
| XYZ | 61.14 | 83.98 | 20.01 | - |
| YUV | 218.27 | 48.27 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 77 | 0.20 | 0 | 0.70 | 0.00 | 77.63 | 0.99 | 0.65 |
| Hex | CA | FE | 4D | 14 | 0 | 46 | 0 | 4E | 63 | 41 |
| Octal | 312 | 376 | 115 | 24 | 0 | 106 | 0 | 116 | 143 | 101 |
| Binary | 11001010 | 11111110 | 1001101 | 10100 | 0 | 1000110 | 0 | 1001110 | 1100011 | 1000001 |
Color Harmonies of #CAFE4D
Complementary color
Monochromatic Colors of #CAFE4D
Black with #CAFE4D
Text Example
Text Example
White with #CAFE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE4D; }
p { color: rgb(202,254,77); }
H1.HeaderClassName
{
color: #CAFE4D;
}
.AnyTagClassName
{
color: #CAFE4D;
}
</style>
background-color css
<style>
a { background-color: #CAFE4D; }
a { background-color: rgb(202,254,77); }
div.DivClassName
{
background-color: #CAFE4D;
}
.BgClassName
{
background-color: #CAFE4D;
}
</style>
border-color css
<style>
span { border-color: #CAFE4D; }
span { border-color: rgb(202,254,77); }
td.TdClassName
{
border-color: #CAFE4D;
}
.TagClassName
{
border-color: #CAFE4D;
}
</style>