Shades of Conifer #C0D54C
Tints of Conifer #C0D54C
RGB
CMYK
RGB Variations
Color information
#C0D54C (or 0xC0D54C) is known color: Conifer. HEX triplet: C0, D5 and 4C. RGB value is (192,213,76). Sum of RGB (Red+Green+Blue) = 192+213+76=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D54C is #3F2AB3. Grayscale: #BFBFBF. Windows color (decimal): -4139700 or 5035456. OLE color: 5035456.
HSL color Cylindrical-coordinate representation of color #C0D54C: hue angle of 69.2º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0D54C is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 76 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.16 |
| HSL | 69.2º | 0.62% | 0.57% | - |
| HSV(B) | 69.2º | 0.64% | 0.84% | - |
| XYZ | 46.84 | 59.32 | 15.82 | - |
| YUV | 191.1 | 63.04 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 76 | 0.10 | 0 | 0.64 | 0.16 | 69.2 | 0.62 | 0.57 |
| Hex | C0 | D5 | 4C | A | 0 | 40 | 10 | 45 | 3E | 39 |
| Octal | 300 | 325 | 114 | 12 | 0 | 100 | 20 | 105 | 76 | 71 |
| Binary | 11000000 | 11010101 | 1001100 | 1010 | 0 | 1000000 | 10000 | 1000101 | 111110 | 111001 |
Color Harmonies of #C0D54C
Complementary color
Monochromatic Colors of #C0D54C
Black with #C0D54C
Text Example
Text Example
White with #C0D54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D54C; }
p { color: rgb(192,213,76); }
H1.HeaderClassName
{
color: #C0D54C;
}
.AnyTagClassName
{
color: #C0D54C;
}
</style>
background-color css
<style>
a { background-color: #C0D54C; }
a { background-color: rgb(192,213,76); }
div.DivClassName
{
background-color: #C0D54C;
}
.BgClassName
{
background-color: #C0D54C;
}
</style>
border-color css
<style>
span { border-color: #C0D54C; }
span { border-color: rgb(192,213,76); }
td.TdClassName
{
border-color: #C0D54C;
}
.TagClassName
{
border-color: #C0D54C;
}
</style>