Shades of Conifer #CAF94E
Tints of Conifer #CAF94E
RGB
CMYK
RGB Variations
Color information
#CAF94E (or 0xCAF94E) is known color: Conifer. HEX triplet: CA, F9 and 4E. RGB value is (202,249,78). Sum of RGB (Red+Green+Blue) = 202+249+78=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF94E is #3506B1. Grayscale: #D8D8D8. Windows color (decimal): -3475122 or 5175754. OLE color: 5175754.
HSL color Cylindrical-coordinate representation of color #CAF94E: hue angle of 76.49º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAF94E is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 78 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.02 |
| HSL | 76.49º | 0.93% | 0.64% | - |
| HSV(B) | 76.49º | 0.69% | 0.98% | - |
| XYZ | 59.61 | 80.86 | 19.67 | - |
| YUV | 215.45 | 50.43 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 78 | 0.19 | 0 | 0.69 | 0.02 | 76.49 | 0.93 | 0.64 |
| Hex | CA | F9 | 4E | 13 | 0 | 45 | 2 | 4C | 5D | 40 |
| Octal | 312 | 371 | 116 | 23 | 0 | 105 | 2 | 114 | 135 | 100 |
| Binary | 11001010 | 11111001 | 1001110 | 10011 | 0 | 1000101 | 10 | 1001100 | 1011101 | 1000000 |
Color Harmonies of #CAF94E
Complementary color
Monochromatic Colors of #CAF94E
Black with #CAF94E
Text Example
Text Example
White with #CAF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF94E; }
p { color: rgb(202,249,78); }
H1.HeaderClassName
{
color: #CAF94E;
}
.AnyTagClassName
{
color: #CAF94E;
}
</style>
background-color css
<style>
a { background-color: #CAF94E; }
a { background-color: rgb(202,249,78); }
div.DivClassName
{
background-color: #CAF94E;
}
.BgClassName
{
background-color: #CAF94E;
}
</style>
border-color css
<style>
span { border-color: #CAF94E; }
span { border-color: rgb(202,249,78); }
td.TdClassName
{
border-color: #CAF94E;
}
.TagClassName
{
border-color: #CAF94E;
}
</style>