Shades of Conifer #C2D84F
Tints of Conifer #C2D84F
RGB
CMYK
RGB Variations
Color information
#C2D84F (or 0xC2D84F) is known color: Conifer. HEX triplet: C2, D8 and 4F. RGB value is (194,216,79). Sum of RGB (Red+Green+Blue) = 194+216+79=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 79 (31.25% from 255 or 16.16% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D84F is #3D27B0. Grayscale: #C2C2C2. Windows color (decimal): -4007857 or 5232834. OLE color: 5232834.
HSL color Cylindrical-coordinate representation of color #C2D84F: hue angle of 69.64º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2D84F is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 79 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.15 |
| HSL | 69.64º | 0.64% | 0.58% | - |
| HSV(B) | 69.64º | 0.63% | 0.85% | - |
| XYZ | 48.22 | 61.15 | 16.66 | - |
| YUV | 193.8 | 63.21 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 79 | 0.10 | 0 | 0.63 | 0.15 | 69.64 | 0.64 | 0.58 |
| Hex | C2 | D8 | 4F | A | 0 | 3F | F | 46 | 40 | 3A |
| Octal | 302 | 330 | 117 | 12 | 0 | 77 | 17 | 106 | 100 | 72 |
| Binary | 11000010 | 11011000 | 1001111 | 1010 | 0 | 111111 | 1111 | 1000110 | 1000000 | 111010 |
Color Harmonies of #C2D84F
Complementary color
Monochromatic Colors of #C2D84F
Black with #C2D84F
Text Example
Text Example
White with #C2D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D84F; }
p { color: rgb(194,216,79); }
H1.HeaderClassName
{
color: #C2D84F;
}
.AnyTagClassName
{
color: #C2D84F;
}
</style>
background-color css
<style>
a { background-color: #C2D84F; }
a { background-color: rgb(194,216,79); }
div.DivClassName
{
background-color: #C2D84F;
}
.BgClassName
{
background-color: #C2D84F;
}
</style>
border-color css
<style>
span { border-color: #C2D84F; }
span { border-color: rgb(194,216,79); }
td.TdClassName
{
border-color: #C2D84F;
}
.TagClassName
{
border-color: #C2D84F;
}
</style>