Shades of Conifer #C2FD59
Tints of Conifer #C2FD59
RGB
CMYK
RGB Variations
Color information
#C2FD59 (or 0xC2FD59) is known color: Conifer. HEX triplet: C2, FD and 59. RGB value is (194,253,89). Sum of RGB (Red+Green+Blue) = 194+253+89=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FD59 is #3D02A6. Grayscale: #D9D9D9. Windows color (decimal): -3998375 or 5897666. OLE color: 5897666.
HSL color Cylindrical-coordinate representation of color #C2FD59: hue angle of 81.59º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2FD59 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 89 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.01 |
| HSL | 81.59º | 0.98% | 0.67% | - |
| HSV(B) | 81.59º | 0.65% | 0.99% | - |
| XYZ | 59.18 | 82.44 | 22.25 | - |
| YUV | 216.66 | 55.95 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 89 | 0.23 | 0 | 0.65 | 0.01 | 81.59 | 0.98 | 0.67 |
| Hex | C2 | FD | 59 | 17 | 0 | 41 | 1 | 52 | 62 | 43 |
| Octal | 302 | 375 | 131 | 27 | 0 | 101 | 1 | 122 | 142 | 103 |
| Binary | 11000010 | 11111101 | 1011001 | 10111 | 0 | 1000001 | 1 | 1010010 | 1100010 | 1000011 |
Color Harmonies of #C2FD59
Complementary color
Monochromatic Colors of #C2FD59
Black with #C2FD59
Text Example
Text Example
White with #C2FD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FD59; }
p { color: rgb(194,253,89); }
H1.HeaderClassName
{
color: #C2FD59;
}
.AnyTagClassName
{
color: #C2FD59;
}
</style>
background-color css
<style>
a { background-color: #C2FD59; }
a { background-color: rgb(194,253,89); }
div.DivClassName
{
background-color: #C2FD59;
}
.BgClassName
{
background-color: #C2FD59;
}
</style>
border-color css
<style>
span { border-color: #C2FD59; }
span { border-color: rgb(194,253,89); }
td.TdClassName
{
border-color: #C2FD59;
}
.TagClassName
{
border-color: #C2FD59;
}
</style>