Shades of Conifer #C3DD53
Tints of Conifer #C3DD53
RGB
CMYK
RGB Variations
Color information
#C3DD53 (or 0xC3DD53) is known color: Conifer. HEX triplet: C3, DD and 53. RGB value is (195,221,83). Sum of RGB (Red+Green+Blue) = 195+221+83=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DD53 is #3C22AC. Grayscale: #C6C6C6. Windows color (decimal): -3941037 or 5496259. OLE color: 5496259.
HSL color Cylindrical-coordinate representation of color #C3DD53: hue angle of 71.3º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3DD53 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 83 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.13 |
| HSL | 71.3º | 0.67% | 0.6% | - |
| HSV(B) | 71.3º | 0.62% | 0.87% | - |
| XYZ | 49.92 | 63.94 | 17.89 | - |
| YUV | 197.49 | 63.39 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 83 | 0.12 | 0 | 0.62 | 0.13 | 71.3 | 0.67 | 0.6 |
| Hex | C3 | DD | 53 | C | 0 | 3E | D | 47 | 43 | 3C |
| Octal | 303 | 335 | 123 | 14 | 0 | 76 | 15 | 107 | 103 | 74 |
| Binary | 11000011 | 11011101 | 1010011 | 1100 | 0 | 111110 | 1101 | 1000111 | 1000011 | 111100 |
Color Harmonies of #C3DD53
Complementary color
Monochromatic Colors of #C3DD53
Black with #C3DD53
Text Example
Text Example
White with #C3DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DD53; }
p { color: rgb(195,221,83); }
H1.HeaderClassName
{
color: #C3DD53;
}
.AnyTagClassName
{
color: #C3DD53;
}
</style>
background-color css
<style>
a { background-color: #C3DD53; }
a { background-color: rgb(195,221,83); }
div.DivClassName
{
background-color: #C3DD53;
}
.BgClassName
{
background-color: #C3DD53;
}
</style>
border-color css
<style>
span { border-color: #C3DD53; }
span { border-color: rgb(195,221,83); }
td.TdClassName
{
border-color: #C3DD53;
}
.TagClassName
{
border-color: #C3DD53;
}
</style>