Shades of Conifer #C2F461
Tints of Conifer #C2F461
RGB
CMYK
RGB Variations
Color information
#C2F461 (or 0xC2F461) is known color: Conifer. HEX triplet: C2, F4 and 61. RGB value is (194,244,97). Sum of RGB (Red+Green+Blue) = 194+244+97=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F461 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F461 is #3D0B9E. Grayscale: #D4D4D4. Windows color (decimal): -4000671 or 6419650. OLE color: 6419650.
HSL color Cylindrical-coordinate representation of color #C2F461: hue angle of 80.41º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2F461 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 97 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.04 |
| HSL | 80.41º | 0.87% | 0.67% | - |
| HSV(B) | 80.41º | 0.6% | 0.96% | - |
| XYZ | 56.76 | 77.03 | 23.19 | - |
| YUV | 212.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 97 | 0.20 | 0 | 0.60 | 0.04 | 80.41 | 0.87 | 0.67 |
| Hex | C2 | F4 | 61 | 14 | 0 | 3C | 4 | 50 | 57 | 43 |
| Octal | 302 | 364 | 141 | 24 | 0 | 74 | 4 | 120 | 127 | 103 |
| Binary | 11000010 | 11110100 | 1100001 | 10100 | 0 | 111100 | 100 | 1010000 | 1010111 | 1000011 |
Color Harmonies of #C2F461
Complementary color
Monochromatic Colors of #C2F461
Black with #C2F461
Text Example
Text Example
White with #C2F461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F461; }
p { color: rgb(194,244,97); }
H1.HeaderClassName
{
color: #C2F461;
}
.AnyTagClassName
{
color: #C2F461;
}
</style>
background-color css
<style>
a { background-color: #C2F461; }
a { background-color: rgb(194,244,97); }
div.DivClassName
{
background-color: #C2F461;
}
.BgClassName
{
background-color: #C2F461;
}
</style>
border-color css
<style>
span { border-color: #C2F461; }
span { border-color: rgb(194,244,97); }
td.TdClassName
{
border-color: #C2F461;
}
.TagClassName
{
border-color: #C2F461;
}
</style>