Shades of Green Yellow #C2FB40
Tints of Green Yellow #C2FB40
RGB
CMYK
RGB Variations
Color information
#C2FB40 (or 0xC2FB40) is known color: Green Yellow. HEX triplet: C2, FB and 40. RGB value is (194,251,64). Sum of RGB (Red+Green+Blue) = 194+251+64=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FB40 is #3D04BF. Grayscale: #D5D5D5. Windows color (decimal): -3998912 or 4258754. OLE color: 4258754.
HSL color Cylindrical-coordinate representation of color #C2FB40: hue angle of 78.29º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2FB40 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 64 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.02 |
| HSL | 78.29º | 0.96% | 0.62% | - |
| HSV(B) | 78.29º | 0.75% | 0.98% | - |
| XYZ | 57.67 | 80.83 | 17.41 | - |
| YUV | 212.64 | 44.12 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 64 | 0.23 | 0 | 0.75 | 0.02 | 78.29 | 0.96 | 0.62 |
| Hex | C2 | FB | 40 | 17 | 0 | 4B | 2 | 4E | 60 | 3E |
| Octal | 302 | 373 | 100 | 27 | 0 | 113 | 2 | 116 | 140 | 76 |
| Binary | 11000010 | 11111011 | 1000000 | 10111 | 0 | 1001011 | 10 | 1001110 | 1100000 | 111110 |
Color Harmonies of #C2FB40
Complementary color
Monochromatic Colors of #C2FB40
Black with #C2FB40
Text Example
Text Example
White with #C2FB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB40; }
p { color: rgb(194,251,64); }
H1.HeaderClassName
{
color: #C2FB40;
}
.AnyTagClassName
{
color: #C2FB40;
}
</style>
background-color css
<style>
a { background-color: #C2FB40; }
a { background-color: rgb(194,251,64); }
div.DivClassName
{
background-color: #C2FB40;
}
.BgClassName
{
background-color: #C2FB40;
}
</style>
border-color css
<style>
span { border-color: #C2FB40; }
span { border-color: rgb(194,251,64); }
td.TdClassName
{
border-color: #C2FB40;
}
.TagClassName
{
border-color: #C2FB40;
}
</style>