Shades of Green Yellow #C2FB1F
Tints of Green Yellow #C2FB1F
RGB
CMYK
RGB Variations
Color information
#C2FB1F (or 0xC2FB1F) is known color: Green Yellow. HEX triplet: C2, FB and 1F. RGB value is (194,251,31). Sum of RGB (Red+Green+Blue) = 194+251+31=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FB1F is #3D04E0. Grayscale: #D1D1D1. Windows color (decimal): -3998945 or 2096066. OLE color: 2096066.
HSL color Cylindrical-coordinate representation of color #C2FB1F: hue angle of 75.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2FB1F is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 31 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.02 |
| HSL | 75.55º | 0.96% | 0.55% | - |
| HSV(B) | 75.55º | 0.88% | 0.98% | - |
| XYZ | 56.99 | 80.56 | 13.84 | - |
| YUV | 208.88 | 27.62 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 31 | 0.23 | 0 | 0.88 | 0.02 | 75.55 | 0.96 | 0.55 |
| Hex | C2 | FB | 1F | 17 | 0 | 58 | 2 | 4C | 60 | 37 |
| Octal | 302 | 373 | 37 | 27 | 0 | 130 | 2 | 114 | 140 | 67 |
| Binary | 11000010 | 11111011 | 11111 | 10111 | 0 | 1011000 | 10 | 1001100 | 1100000 | 110111 |
Color Harmonies of #C2FB1F
Complementary color
Monochromatic Colors of #C2FB1F
Black with #C2FB1F
Text Example
Text Example
White with #C2FB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB1F; }
p { color: rgb(194,251,31); }
H1.HeaderClassName
{
color: #C2FB1F;
}
.AnyTagClassName
{
color: #C2FB1F;
}
</style>
background-color css
<style>
a { background-color: #C2FB1F; }
a { background-color: rgb(194,251,31); }
div.DivClassName
{
background-color: #C2FB1F;
}
.BgClassName
{
background-color: #C2FB1F;
}
</style>
border-color css
<style>
span { border-color: #C2FB1F; }
span { border-color: rgb(194,251,31); }
td.TdClassName
{
border-color: #C2FB1F;
}
.TagClassName
{
border-color: #C2FB1F;
}
</style>