Shades of Conifer #C2DD5B
Tints of Conifer #C2DD5B
RGB
CMYK
RGB Variations
Color information
#C2DD5B (or 0xC2DD5B) is known color: Conifer. HEX triplet: C2, DD and 5B. RGB value is (194,221,91). Sum of RGB (Red+Green+Blue) = 194+221+91=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD5B is #3D22A4. Grayscale: #C6C6C6. Windows color (decimal): -4006565 or 6020546. OLE color: 6020546.
HSL color Cylindrical-coordinate representation of color #C2DD5B: hue angle of 72.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2DD5B is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 91 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.13 |
| HSL | 72.46º | 0.66% | 0.61% | - |
| HSV(B) | 72.46º | 0.59% | 0.87% | - |
| XYZ | 49.99 | 63.94 | 19.6 | - |
| YUV | 198.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 91 | 0.12 | 0 | 0.59 | 0.13 | 72.46 | 0.66 | 0.61 |
| Hex | C2 | DD | 5B | C | 0 | 3B | D | 48 | 42 | 3D |
| Octal | 302 | 335 | 133 | 14 | 0 | 73 | 15 | 110 | 102 | 75 |
| Binary | 11000010 | 11011101 | 1011011 | 1100 | 0 | 111011 | 1101 | 1001000 | 1000010 | 111101 |
Color Harmonies of #C2DD5B
Complementary color
Monochromatic Colors of #C2DD5B
Black with #C2DD5B
Text Example
Text Example
White with #C2DD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD5B; }
p { color: rgb(194,221,91); }
H1.HeaderClassName
{
color: #C2DD5B;
}
.AnyTagClassName
{
color: #C2DD5B;
}
</style>
background-color css
<style>
a { background-color: #C2DD5B; }
a { background-color: rgb(194,221,91); }
div.DivClassName
{
background-color: #C2DD5B;
}
.BgClassName
{
background-color: #C2DD5B;
}
</style>
border-color css
<style>
span { border-color: #C2DD5B; }
span { border-color: rgb(194,221,91); }
td.TdClassName
{
border-color: #C2DD5B;
}
.TagClassName
{
border-color: #C2DD5B;
}
</style>