Shades of Conifer #C2DC57
Tints of Conifer #C2DC57
RGB
CMYK
RGB Variations
Color information
#C2DC57 (or 0xC2DC57) is known color: Conifer. HEX triplet: C2, DC and 57. RGB value is (194,220,87). Sum of RGB (Red+Green+Blue) = 194+220+87=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DC57 is #3D23A8. Grayscale: #C5C5C5. Windows color (decimal): -4006825 or 5758146. OLE color: 5758146.
HSL color Cylindrical-coordinate representation of color #C2DC57: hue angle of 71.73º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2DC57 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 87 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.14 |
| HSL | 71.73º | 0.66% | 0.6% | - |
| HSV(B) | 71.73º | 0.6% | 0.86% | - |
| XYZ | 49.56 | 63.34 | 18.63 | - |
| YUV | 197.06 | 65.89 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 87 | 0.12 | 0 | 0.60 | 0.14 | 71.73 | 0.66 | 0.6 |
| Hex | C2 | DC | 57 | C | 0 | 3C | E | 48 | 42 | 3C |
| Octal | 302 | 334 | 127 | 14 | 0 | 74 | 16 | 110 | 102 | 74 |
| Binary | 11000010 | 11011100 | 1010111 | 1100 | 0 | 111100 | 1110 | 1001000 | 1000010 | 111100 |
Color Harmonies of #C2DC57
Complementary color
Monochromatic Colors of #C2DC57
Black with #C2DC57
Text Example
Text Example
White with #C2DC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC57; }
p { color: rgb(194,220,87); }
H1.HeaderClassName
{
color: #C2DC57;
}
.AnyTagClassName
{
color: #C2DC57;
}
</style>
background-color css
<style>
a { background-color: #C2DC57; }
a { background-color: rgb(194,220,87); }
div.DivClassName
{
background-color: #C2DC57;
}
.BgClassName
{
background-color: #C2DC57;
}
</style>
border-color css
<style>
span { border-color: #C2DC57; }
span { border-color: rgb(194,220,87); }
td.TdClassName
{
border-color: #C2DC57;
}
.TagClassName
{
border-color: #C2DC57;
}
</style>