Shades of Conifer #C3DC53
Tints of Conifer #C3DC53
RGB
CMYK
RGB Variations
Color information
#C3DC53 (or 0xC3DC53) is known color: Conifer. HEX triplet: C3, DC and 53. RGB value is (195,220,83). Sum of RGB (Red+Green+Blue) = 195+220+83=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 83 (32.81% from 255 or 16.67% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DC53 is #3C23AC. Grayscale: #C5C5C5. Windows color (decimal): -3941293 or 5496003. OLE color: 5496003.
HSL color Cylindrical-coordinate representation of color #C3DC53: hue angle of 70.95º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3DC53 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 83 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.14 |
| HSL | 70.95º | 0.66% | 0.59% | - |
| HSV(B) | 70.95º | 0.62% | 0.86% | - |
| XYZ | 49.66 | 63.41 | 17.81 | - |
| YUV | 196.91 | 63.72 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 83 | 0.11 | 0 | 0.62 | 0.14 | 70.95 | 0.66 | 0.59 |
| Hex | C3 | DC | 53 | B | 0 | 3E | E | 47 | 42 | 3B |
| Octal | 303 | 334 | 123 | 13 | 0 | 76 | 16 | 107 | 102 | 73 |
| Binary | 11000011 | 11011100 | 1010011 | 1011 | 0 | 111110 | 1110 | 1000111 | 1000010 | 111011 |
Color Harmonies of #C3DC53
Complementary color
Monochromatic Colors of #C3DC53
Black with #C3DC53
Text Example
Text Example
White with #C3DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DC53; }
p { color: rgb(195,220,83); }
H1.HeaderClassName
{
color: #C3DC53;
}
.AnyTagClassName
{
color: #C3DC53;
}
</style>
background-color css
<style>
a { background-color: #C3DC53; }
a { background-color: rgb(195,220,83); }
div.DivClassName
{
background-color: #C3DC53;
}
.BgClassName
{
background-color: #C3DC53;
}
</style>
border-color css
<style>
span { border-color: #C3DC53; }
span { border-color: rgb(195,220,83); }
td.TdClassName
{
border-color: #C3DC53;
}
.TagClassName
{
border-color: #C3DC53;
}
</style>