Shades of Conifer #C2FE56
Tints of Conifer #C2FE56
RGB
CMYK
RGB Variations
Color information
#C2FE56 (or 0xC2FE56) is known color: Conifer. HEX triplet: C2, FE and 56. RGB value is (194,254,86). Sum of RGB (Red+Green+Blue) = 194+254+86=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FE56 is #3D01A9. Grayscale: #D9D9D9. Windows color (decimal): -3998122 or 5701314. OLE color: 5701314.
HSL color Cylindrical-coordinate representation of color #C2FE56: hue angle of 81.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2FE56 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 86 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.00 |
| HSL | 81.43º | 0.99% | 0.67% | - |
| HSV(B) | 81.43º | 0.66% | 1% | - |
| XYZ | 59.37 | 83.02 | 21.7 | - |
| YUV | 216.91 | 54.12 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 86 | 0.24 | 0 | 0.66 | 0.00 | 81.43 | 0.99 | 0.67 |
| Hex | C2 | FE | 56 | 18 | 0 | 42 | 0 | 51 | 63 | 43 |
| Octal | 302 | 376 | 126 | 30 | 0 | 102 | 0 | 121 | 143 | 103 |
| Binary | 11000010 | 11111110 | 1010110 | 11000 | 0 | 1000010 | 0 | 1010001 | 1100011 | 1000011 |
Color Harmonies of #C2FE56
Complementary color
Monochromatic Colors of #C2FE56
Black with #C2FE56
Text Example
Text Example
White with #C2FE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE56; }
p { color: rgb(194,254,86); }
H1.HeaderClassName
{
color: #C2FE56;
}
.AnyTagClassName
{
color: #C2FE56;
}
</style>
background-color css
<style>
a { background-color: #C2FE56; }
a { background-color: rgb(194,254,86); }
div.DivClassName
{
background-color: #C2FE56;
}
.BgClassName
{
background-color: #C2FE56;
}
</style>
border-color css
<style>
span { border-color: #C2FE56; }
span { border-color: rgb(194,254,86); }
td.TdClassName
{
border-color: #C2FE56;
}
.TagClassName
{
border-color: #C2FE56;
}
</style>