Shades of Conifer #C2F54E
Tints of Conifer #C2F54E
RGB
CMYK
RGB Variations
Color information
#C2F54E (or 0xC2F54E) is known color: Conifer. HEX triplet: C2, F5 and 4E. RGB value is (194,245,78). Sum of RGB (Red+Green+Blue) = 194+245+78=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F54E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F54E is #3D0AB1. Grayscale: #D3D3D3. Windows color (decimal): -4000434 or 5174722. OLE color: 5174722.
HSL color Cylindrical-coordinate representation of color #C2F54E: hue angle of 78.32º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2F54E is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 78 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.04 |
| HSL | 78.32º | 0.89% | 0.63% | - |
| HSV(B) | 78.32º | 0.68% | 0.96% | - |
| XYZ | 56.28 | 77.32 | 19.17 | - |
| YUV | 210.71 | 53.1 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 78 | 0.21 | 0 | 0.68 | 0.04 | 78.32 | 0.89 | 0.63 |
| Hex | C2 | F5 | 4E | 15 | 0 | 44 | 4 | 4E | 59 | 3F |
| Octal | 302 | 365 | 116 | 25 | 0 | 104 | 4 | 116 | 131 | 77 |
| Binary | 11000010 | 11110101 | 1001110 | 10101 | 0 | 1000100 | 100 | 1001110 | 1011001 | 111111 |
Color Harmonies of #C2F54E
Complementary color
Monochromatic Colors of #C2F54E
Black with #C2F54E
Text Example
Text Example
White with #C2F54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F54E; }
p { color: rgb(194,245,78); }
H1.HeaderClassName
{
color: #C2F54E;
}
.AnyTagClassName
{
color: #C2F54E;
}
</style>
background-color css
<style>
a { background-color: #C2F54E; }
a { background-color: rgb(194,245,78); }
div.DivClassName
{
background-color: #C2F54E;
}
.BgClassName
{
background-color: #C2F54E;
}
</style>
border-color css
<style>
span { border-color: #C2F54E; }
span { border-color: rgb(194,245,78); }
td.TdClassName
{
border-color: #C2F54E;
}
.TagClassName
{
border-color: #C2F54E;
}
</style>