Shades of Green Yellow #C2FB34
Tints of Green Yellow #C2FB34
RGB
CMYK
RGB Variations
Color information
#C2FB34 (or 0xC2FB34) is known color: Green Yellow. HEX triplet: C2, FB and 34. RGB value is (194,251,52). Sum of RGB (Red+Green+Blue) = 194+251+52=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 52 (20.70% from 255 or 10.46% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FB34 is #3D04CB. Grayscale: #D4D4D4. Windows color (decimal): -3998924 or 3472322. OLE color: 3472322.
HSL color Cylindrical-coordinate representation of color #C2FB34: hue angle of 77.19º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2FB34 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 52 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.02 |
| HSL | 77.19º | 0.96% | 0.59% | - |
| HSV(B) | 77.19º | 0.79% | 0.98% | - |
| XYZ | 57.37 | 80.71 | 15.8 | - |
| YUV | 211.27 | 38.12 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 52 | 0.23 | 0 | 0.79 | 0.02 | 77.19 | 0.96 | 0.59 |
| Hex | C2 | FB | 34 | 17 | 0 | 4F | 2 | 4D | 60 | 3B |
| Octal | 302 | 373 | 64 | 27 | 0 | 117 | 2 | 115 | 140 | 73 |
| Binary | 11000010 | 11111011 | 110100 | 10111 | 0 | 1001111 | 10 | 1001101 | 1100000 | 111011 |
Color Harmonies of #C2FB34
Complementary color
Monochromatic Colors of #C2FB34
Black with #C2FB34
Text Example
Text Example
White with #C2FB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB34; }
p { color: rgb(194,251,52); }
H1.HeaderClassName
{
color: #C2FB34;
}
.AnyTagClassName
{
color: #C2FB34;
}
</style>
background-color css
<style>
a { background-color: #C2FB34; }
a { background-color: rgb(194,251,52); }
div.DivClassName
{
background-color: #C2FB34;
}
.BgClassName
{
background-color: #C2FB34;
}
</style>
border-color css
<style>
span { border-color: #C2FB34; }
span { border-color: rgb(194,251,52); }
td.TdClassName
{
border-color: #C2FB34;
}
.TagClassName
{
border-color: #C2FB34;
}
</style>