Shades of Conifer #C3DC57
Tints of Conifer #C3DC57
RGB
CMYK
RGB Variations
Color information
#C3DC57 (or 0xC3DC57) is known color: Conifer. HEX triplet: C3, DC and 57. RGB value is (195,220,87). Sum of RGB (Red+Green+Blue) = 195+220+87=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DC57 is #3C23A8. Grayscale: #C5C5C5. Windows color (decimal): -3941289 or 5758147. OLE color: 5758147.
HSL color Cylindrical-coordinate representation of color #C3DC57: hue angle of 71.28º 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 #C3DC57 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 87 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.14 |
| HSL | 71.28º | 0.66% | 0.6% | - |
| HSV(B) | 71.28º | 0.6% | 0.86% | - |
| XYZ | 49.82 | 63.48 | 18.64 | - |
| YUV | 197.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 87 | 0.11 | 0 | 0.60 | 0.14 | 71.28 | 0.66 | 0.6 |
| Hex | C3 | DC | 57 | B | 0 | 3C | E | 47 | 42 | 3C |
| Octal | 303 | 334 | 127 | 13 | 0 | 74 | 16 | 107 | 102 | 74 |
| Binary | 11000011 | 11011100 | 1010111 | 1011 | 0 | 111100 | 1110 | 1000111 | 1000010 | 111100 |
Color Harmonies of #C3DC57
Complementary color
Monochromatic Colors of #C3DC57
Black with #C3DC57
Text Example
Text Example
White with #C3DC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DC57; }
p { color: rgb(195,220,87); }
H1.HeaderClassName
{
color: #C3DC57;
}
.AnyTagClassName
{
color: #C3DC57;
}
</style>
background-color css
<style>
a { background-color: #C3DC57; }
a { background-color: rgb(195,220,87); }
div.DivClassName
{
background-color: #C3DC57;
}
.BgClassName
{
background-color: #C3DC57;
}
</style>
border-color css
<style>
span { border-color: #C3DC57; }
span { border-color: rgb(195,220,87); }
td.TdClassName
{
border-color: #C3DC57;
}
.TagClassName
{
border-color: #C3DC57;
}
</style>