Shades of Green Yellow #C2FB32
Tints of Green Yellow #C2FB32
RGB
CMYK
RGB Variations
Color information
#C2FB32 (or 0xC2FB32) is known color: Green Yellow. HEX triplet: C2, FB and 32. RGB value is (194,251,50). Sum of RGB (Red+Green+Blue) = 194+251+50=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FB32 is #3D04CD. Grayscale: #D3D3D3. Windows color (decimal): -3998926 or 3341250. OLE color: 3341250.
HSL color Cylindrical-coordinate representation of color #C2FB32: hue angle of 77.01º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2FB32 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 50 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.02 |
| HSL | 77.01º | 0.96% | 0.59% | - |
| HSV(B) | 77.01º | 0.8% | 0.98% | - |
| XYZ | 57.32 | 80.69 | 15.57 | - |
| YUV | 211.04 | 37.12 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 50 | 0.23 | 0 | 0.80 | 0.02 | 77.01 | 0.96 | 0.59 |
| Hex | C2 | FB | 32 | 17 | 0 | 50 | 2 | 4D | 60 | 3B |
| Octal | 302 | 373 | 62 | 27 | 0 | 120 | 2 | 115 | 140 | 73 |
| Binary | 11000010 | 11111011 | 110010 | 10111 | 0 | 1010000 | 10 | 1001101 | 1100000 | 111011 |
Color Harmonies of #C2FB32
Complementary color
Monochromatic Colors of #C2FB32
Black with #C2FB32
Text Example
Text Example
White with #C2FB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB32; }
p { color: rgb(194,251,50); }
H1.HeaderClassName
{
color: #C2FB32;
}
.AnyTagClassName
{
color: #C2FB32;
}
</style>
background-color css
<style>
a { background-color: #C2FB32; }
a { background-color: rgb(194,251,50); }
div.DivClassName
{
background-color: #C2FB32;
}
.BgClassName
{
background-color: #C2FB32;
}
</style>
border-color css
<style>
span { border-color: #C2FB32; }
span { border-color: rgb(194,251,50); }
td.TdClassName
{
border-color: #C2FB32;
}
.TagClassName
{
border-color: #C2FB32;
}
</style>