Shades of Conifer #C3DE51
Tints of Conifer #C3DE51
RGB
CMYK
RGB Variations
Color information
#C3DE51 (or 0xC3DE51) is known color: Conifer. HEX triplet: C3, DE and 51. RGB value is (195,222,81). Sum of RGB (Red+Green+Blue) = 195+222+81=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 81 (32.03% from 255 or 16.27% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DE51 is #3C21AE. Grayscale: #C6C6C6. Windows color (decimal): -3940783 or 5365443. OLE color: 5365443.
HSL color Cylindrical-coordinate representation of color #C3DE51: hue angle of 71.49º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3DE51 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 222 | 81 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.13 |
| HSL | 71.49º | 0.68% | 0.59% | - |
| HSV(B) | 71.49º | 0.64% | 0.87% | - |
| XYZ | 50.11 | 64.44 | 17.58 | - |
| YUV | 197.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 81 | 0.12 | 0 | 0.64 | 0.13 | 71.49 | 0.68 | 0.59 |
| Hex | C3 | DE | 51 | C | 0 | 40 | D | 47 | 44 | 3B |
| Octal | 303 | 336 | 121 | 14 | 0 | 100 | 15 | 107 | 104 | 73 |
| Binary | 11000011 | 11011110 | 1010001 | 1100 | 0 | 1000000 | 1101 | 1000111 | 1000100 | 111011 |
Color Harmonies of #C3DE51
Complementary color
Monochromatic Colors of #C3DE51
Black with #C3DE51
Text Example
Text Example
White with #C3DE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DE51; }
p { color: rgb(195,222,81); }
H1.HeaderClassName
{
color: #C3DE51;
}
.AnyTagClassName
{
color: #C3DE51;
}
</style>
background-color css
<style>
a { background-color: #C3DE51; }
a { background-color: rgb(195,222,81); }
div.DivClassName
{
background-color: #C3DE51;
}
.BgClassName
{
background-color: #C3DE51;
}
</style>
border-color css
<style>
span { border-color: #C3DE51; }
span { border-color: rgb(195,222,81); }
td.TdClassName
{
border-color: #C3DE51;
}
.TagClassName
{
border-color: #C3DE51;
}
</style>