Shades of Conifer #CAFE4E
Tints of Conifer #CAFE4E
RGB
CMYK
RGB Variations
Color information
#CAFE4E (or 0xCAFE4E) is known color: Conifer. HEX triplet: CA, FE and 4E. RGB value is (202,254,78). Sum of RGB (Red+Green+Blue) = 202+254+78=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE4E is #3501B1. Grayscale: #DBDBDB. Windows color (decimal): -3473842 or 5177034. OLE color: 5177034.
HSL color Cylindrical-coordinate representation of color #CAFE4E: hue angle of 77.73º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAFE4E is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 78 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.00 |
| HSL | 77.73º | 0.99% | 0.65% | - |
| HSV(B) | 77.73º | 0.69% | 1% | - |
| XYZ | 61.17 | 83.99 | 20.2 | - |
| YUV | 218.39 | 48.77 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 78 | 0.20 | 0 | 0.69 | 0.00 | 77.73 | 0.99 | 0.65 |
| Hex | CA | FE | 4E | 14 | 0 | 45 | 0 | 4E | 63 | 41 |
| Octal | 312 | 376 | 116 | 24 | 0 | 105 | 0 | 116 | 143 | 101 |
| Binary | 11001010 | 11111110 | 1001110 | 10100 | 0 | 1000101 | 0 | 1001110 | 1100011 | 1000001 |
Color Harmonies of #CAFE4E
Complementary color
Monochromatic Colors of #CAFE4E
Black with #CAFE4E
Text Example
Text Example
White with #CAFE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE4E; }
p { color: rgb(202,254,78); }
H1.HeaderClassName
{
color: #CAFE4E;
}
.AnyTagClassName
{
color: #CAFE4E;
}
</style>
background-color css
<style>
a { background-color: #CAFE4E; }
a { background-color: rgb(202,254,78); }
div.DivClassName
{
background-color: #CAFE4E;
}
.BgClassName
{
background-color: #CAFE4E;
}
</style>
border-color css
<style>
span { border-color: #CAFE4E; }
span { border-color: rgb(202,254,78); }
td.TdClassName
{
border-color: #CAFE4E;
}
.TagClassName
{
border-color: #CAFE4E;
}
</style>