Shades of Conifer #C2F45C
Tints of Conifer #C2F45C
RGB
CMYK
RGB Variations
Color information
#C2F45C (or 0xC2F45C) is known color: Conifer. HEX triplet: C2, F4 and 5C. RGB value is (194,244,92). Sum of RGB (Red+Green+Blue) = 194+244+92=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 244 (95.70% from 255 or 46.04% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F45C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F45C is #3D0BA3. Grayscale: #D4D4D4. Windows color (decimal): -4000676 or 6091970. OLE color: 6091970.
HSL color Cylindrical-coordinate representation of color #C2F45C: hue angle of 79.74º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2F45C is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 92 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.04 |
| HSL | 79.74º | 0.87% | 0.66% | - |
| HSV(B) | 79.74º | 0.62% | 0.96% | - |
| XYZ | 56.53 | 76.94 | 22 | - |
| YUV | 211.72 | 60.44 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 92 | 0.20 | 0 | 0.62 | 0.04 | 79.74 | 0.87 | 0.66 |
| Hex | C2 | F4 | 5C | 14 | 0 | 3E | 4 | 50 | 57 | 42 |
| Octal | 302 | 364 | 134 | 24 | 0 | 76 | 4 | 120 | 127 | 102 |
| Binary | 11000010 | 11110100 | 1011100 | 10100 | 0 | 111110 | 100 | 1010000 | 1010111 | 1000010 |
Color Harmonies of #C2F45C
Complementary color
Monochromatic Colors of #C2F45C
Black with #C2F45C
Text Example
Text Example
White with #C2F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F45C; }
p { color: rgb(194,244,92); }
H1.HeaderClassName
{
color: #C2F45C;
}
.AnyTagClassName
{
color: #C2F45C;
}
</style>
background-color css
<style>
a { background-color: #C2F45C; }
a { background-color: rgb(194,244,92); }
div.DivClassName
{
background-color: #C2F45C;
}
.BgClassName
{
background-color: #C2F45C;
}
</style>
border-color css
<style>
span { border-color: #C2F45C; }
span { border-color: rgb(194,244,92); }
td.TdClassName
{
border-color: #C2F45C;
}
.TagClassName
{
border-color: #C2F45C;
}
</style>