Shades of Conifer #C3DF51
Tints of Conifer #C3DF51
RGB
CMYK
RGB Variations
Color information
#C3DF51 (or 0xC3DF51) is known color: Conifer. HEX triplet: C3, DF and 51. RGB value is (195,223,81). Sum of RGB (Red+Green+Blue) = 195+223+81=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DF51 is #3C20AE. Grayscale: #C6C6C6. Windows color (decimal): -3940527 or 5365699. OLE color: 5365699.
HSL color Cylindrical-coordinate representation of color #C3DF51: hue angle of 71.83º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3DF51 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 81 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.13 |
| HSL | 71.83º | 0.69% | 0.6% | - |
| HSV(B) | 71.83º | 0.64% | 0.87% | - |
| XYZ | 50.38 | 64.97 | 17.67 | - |
| YUV | 198.44 | 61.72 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 81 | 0.13 | 0 | 0.64 | 0.13 | 71.83 | 0.69 | 0.6 |
| Hex | C3 | DF | 51 | D | 0 | 40 | D | 48 | 45 | 3C |
| Octal | 303 | 337 | 121 | 15 | 0 | 100 | 15 | 110 | 105 | 74 |
| Binary | 11000011 | 11011111 | 1010001 | 1101 | 0 | 1000000 | 1101 | 1001000 | 1000101 | 111100 |
Color Harmonies of #C3DF51
Complementary color
Monochromatic Colors of #C3DF51
Black with #C3DF51
Text Example
Text Example
White with #C3DF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF51; }
p { color: rgb(195,223,81); }
H1.HeaderClassName
{
color: #C3DF51;
}
.AnyTagClassName
{
color: #C3DF51;
}
</style>
background-color css
<style>
a { background-color: #C3DF51; }
a { background-color: rgb(195,223,81); }
div.DivClassName
{
background-color: #C3DF51;
}
.BgClassName
{
background-color: #C3DF51;
}
</style>
border-color css
<style>
span { border-color: #C3DF51; }
span { border-color: rgb(195,223,81); }
td.TdClassName
{
border-color: #C3DF51;
}
.TagClassName
{
border-color: #C3DF51;
}
</style>