Shades of Conifer #C2DB4F
Tints of Conifer #C2DB4F
RGB
CMYK
RGB Variations
Color information
#C2DB4F (or 0xC2DB4F) is known color: Conifer. HEX triplet: C2, DB and 4F. RGB value is (194,219,79). Sum of RGB (Red+Green+Blue) = 194+219+79=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 79 (31.25% from 255 or 16.06% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB4F is #3D24B0. Grayscale: #C4C4C4. Windows color (decimal): -4007089 or 5233602. OLE color: 5233602.
HSL color Cylindrical-coordinate representation of color #C2DB4F: hue angle of 70.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2DB4F is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 79 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.14 |
| HSL | 70.71º | 0.66% | 0.58% | - |
| HSV(B) | 70.71º | 0.64% | 0.86% | - |
| XYZ | 48.99 | 62.7 | 16.92 | - |
| YUV | 195.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 79 | 0.11 | 0 | 0.64 | 0.14 | 70.71 | 0.66 | 0.58 |
| Hex | C2 | DB | 4F | B | 0 | 40 | E | 47 | 42 | 3A |
| Octal | 302 | 333 | 117 | 13 | 0 | 100 | 16 | 107 | 102 | 72 |
| Binary | 11000010 | 11011011 | 1001111 | 1011 | 0 | 1000000 | 1110 | 1000111 | 1000010 | 111010 |
Color Harmonies of #C2DB4F
Complementary color
Monochromatic Colors of #C2DB4F
Black with #C2DB4F
Text Example
Text Example
White with #C2DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB4F; }
p { color: rgb(194,219,79); }
H1.HeaderClassName
{
color: #C2DB4F;
}
.AnyTagClassName
{
color: #C2DB4F;
}
</style>
background-color css
<style>
a { background-color: #C2DB4F; }
a { background-color: rgb(194,219,79); }
div.DivClassName
{
background-color: #C2DB4F;
}
.BgClassName
{
background-color: #C2DB4F;
}
</style>
border-color css
<style>
span { border-color: #C2DB4F; }
span { border-color: rgb(194,219,79); }
td.TdClassName
{
border-color: #C2DB4F;
}
.TagClassName
{
border-color: #C2DB4F;
}
</style>