Shades of Green Yellow #C2FF31
Tints of Green Yellow #C2FF31
RGB
CMYK
RGB Variations
Color information
#C2FF31 (or 0xC2FF31) is known color: Green Yellow. HEX triplet: C2, FF and 31. RGB value is (194,255,49). Sum of RGB (Red+Green+Blue) = 194+255+49=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FF31 is #3D00CE. Grayscale: #D6D6D6. Windows color (decimal): -3997903 or 3276738. OLE color: 3276738.
HSL color Cylindrical-coordinate representation of color #C2FF31: hue angle of 77.77º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2FF31 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 49 | - |
| CMYK | 0.24 | 0 | 0.81 | 0 |
| HSL | 77.77º | 1% | 0.6% | - |
| HSV(B) | 77.77º | 0.81% | 1% | - |
| XYZ | 58.56 | 83.21 | 15.88 | - |
| YUV | 213.28 | 35.29 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 49 | 0.24 | 0 | 0.81 | 0 | 77.77 | 1 | 0.6 |
| Hex | C2 | FF | 31 | 18 | 0 | 51 | 0 | 4E | 64 | 3C |
| Octal | 302 | 377 | 61 | 30 | 0 | 121 | 0 | 116 | 144 | 74 |
| Binary | 11000010 | 11111111 | 110001 | 11000 | 0 | 1010001 | 0 | 1001110 | 1100100 | 111100 |
Color Harmonies of #C2FF31
Complementary color
Monochromatic Colors of #C2FF31
Black with #C2FF31
Text Example
Text Example
White with #C2FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF31; }
p { color: rgb(194,255,49); }
H1.HeaderClassName
{
color: #C2FF31;
}
.AnyTagClassName
{
color: #C2FF31;
}
</style>
background-color css
<style>
a { background-color: #C2FF31; }
a { background-color: rgb(194,255,49); }
div.DivClassName
{
background-color: #C2FF31;
}
.BgClassName
{
background-color: #C2FF31;
}
</style>
border-color css
<style>
span { border-color: #C2FF31; }
span { border-color: rgb(194,255,49); }
td.TdClassName
{
border-color: #C2FF31;
}
.TagClassName
{
border-color: #C2FF31;
}
</style>