Shades of Conifer #C2FB4E
Tints of Conifer #C2FB4E
RGB
CMYK
RGB Variations
Color information
#C2FB4E (or 0xC2FB4E) is known color: Conifer. HEX triplet: C2, FB and 4E. RGB value is (194,251,78). Sum of RGB (Red+Green+Blue) = 194+251+78=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB4E is #3D04B1. Grayscale: #D6D6D6. Windows color (decimal): -3998898 or 5176258. OLE color: 5176258.
HSL color Cylindrical-coordinate representation of color #C2FB4E: hue angle of 79.77º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2FB4E is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 78 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.02 |
| HSL | 79.77º | 0.96% | 0.65% | - |
| HSV(B) | 79.77º | 0.69% | 0.98% | - |
| XYZ | 58.12 | 81.01 | 19.78 | - |
| YUV | 214.24 | 51.12 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 78 | 0.23 | 0 | 0.69 | 0.02 | 79.77 | 0.96 | 0.65 |
| Hex | C2 | FB | 4E | 17 | 0 | 45 | 2 | 50 | 60 | 41 |
| Octal | 302 | 373 | 116 | 27 | 0 | 105 | 2 | 120 | 140 | 101 |
| Binary | 11000010 | 11111011 | 1001110 | 10111 | 0 | 1000101 | 10 | 1010000 | 1100000 | 1000001 |
Color Harmonies of #C2FB4E
Complementary color
Monochromatic Colors of #C2FB4E
Black with #C2FB4E
Text Example
Text Example
White with #C2FB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB4E; }
p { color: rgb(194,251,78); }
H1.HeaderClassName
{
color: #C2FB4E;
}
.AnyTagClassName
{
color: #C2FB4E;
}
</style>
background-color css
<style>
a { background-color: #C2FB4E; }
a { background-color: rgb(194,251,78); }
div.DivClassName
{
background-color: #C2FB4E;
}
.BgClassName
{
background-color: #C2FB4E;
}
</style>
border-color css
<style>
span { border-color: #C2FB4E; }
span { border-color: rgb(194,251,78); }
td.TdClassName
{
border-color: #C2FB4E;
}
.TagClassName
{
border-color: #C2FB4E;
}
</style>