Shades of Conifer #C2FB50
Tints of Conifer #C2FB50
RGB
CMYK
RGB Variations
Color information
#C2FB50 (or 0xC2FB50) is known color: Conifer. HEX triplet: C2, FB and 50. RGB value is (194,251,80). Sum of RGB (Red+Green+Blue) = 194+251+80=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB50 is #3D04AF. Grayscale: #D7D7D7. Windows color (decimal): -3998896 or 5307330. OLE color: 5307330.
HSL color Cylindrical-coordinate representation of color #C2FB50: hue angle of 80º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2FB50 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 80 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.02 |
| HSL | 80º | 0.96% | 0.65% | - |
| HSV(B) | 80º | 0.68% | 0.98% | - |
| XYZ | 58.19 | 81.04 | 20.17 | - |
| YUV | 214.46 | 52.12 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 80 | 0.23 | 0 | 0.68 | 0.02 | 80 | 0.96 | 0.65 |
| Hex | C2 | FB | 50 | 17 | 0 | 44 | 2 | 50 | 60 | 41 |
| Octal | 302 | 373 | 120 | 27 | 0 | 104 | 2 | 120 | 140 | 101 |
| Binary | 11000010 | 11111011 | 1010000 | 10111 | 0 | 1000100 | 10 | 1010000 | 1100000 | 1000001 |
Color Harmonies of #C2FB50
Complementary color
Monochromatic Colors of #C2FB50
Black with #C2FB50
Text Example
Text Example
White with #C2FB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB50; }
p { color: rgb(194,251,80); }
H1.HeaderClassName
{
color: #C2FB50;
}
.AnyTagClassName
{
color: #C2FB50;
}
</style>
background-color css
<style>
a { background-color: #C2FB50; }
a { background-color: rgb(194,251,80); }
div.DivClassName
{
background-color: #C2FB50;
}
.BgClassName
{
background-color: #C2FB50;
}
</style>
border-color css
<style>
span { border-color: #C2FB50; }
span { border-color: rgb(194,251,80); }
td.TdClassName
{
border-color: #C2FB50;
}
.TagClassName
{
border-color: #C2FB50;
}
</style>