Shades of Conifer #C2F457
Tints of Conifer #C2F457
RGB
CMYK
RGB Variations
Color information
#C2F457 (or 0xC2F457) is known color: Conifer. HEX triplet: C2, F4 and 57. RGB value is (194,244,87). Sum of RGB (Red+Green+Blue) = 194+244+87=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F457 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F457 is #3D0BA8. Grayscale: #D3D3D3. Windows color (decimal): -4000681 or 5764290. OLE color: 5764290.
HSL color Cylindrical-coordinate representation of color #C2F457: hue angle of 79.11º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2F457 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 87 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.04 |
| HSL | 79.11º | 0.88% | 0.65% | - |
| HSV(B) | 79.11º | 0.64% | 0.96% | - |
| XYZ | 56.32 | 76.86 | 20.88 | - |
| YUV | 211.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 87 | 0.20 | 0 | 0.64 | 0.04 | 79.11 | 0.88 | 0.65 |
| Hex | C2 | F4 | 57 | 14 | 0 | 40 | 4 | 4F | 58 | 41 |
| Octal | 302 | 364 | 127 | 24 | 0 | 100 | 4 | 117 | 130 | 101 |
| Binary | 11000010 | 11110100 | 1010111 | 10100 | 0 | 1000000 | 100 | 1001111 | 1011000 | 1000001 |
Color Harmonies of #C2F457
Complementary color
Monochromatic Colors of #C2F457
Black with #C2F457
Text Example
Text Example
White with #C2F457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F457; }
p { color: rgb(194,244,87); }
H1.HeaderClassName
{
color: #C2F457;
}
.AnyTagClassName
{
color: #C2F457;
}
</style>
background-color css
<style>
a { background-color: #C2F457; }
a { background-color: rgb(194,244,87); }
div.DivClassName
{
background-color: #C2F457;
}
.BgClassName
{
background-color: #C2F457;
}
</style>
border-color css
<style>
span { border-color: #C2F457; }
span { border-color: rgb(194,244,87); }
td.TdClassName
{
border-color: #C2F457;
}
.TagClassName
{
border-color: #C2F457;
}
</style>