Shades of Green Yellow #C2F538
Tints of Green Yellow #C2F538
RGB
CMYK
RGB Variations
Color information
#C2F538 (or 0xC2F538) is known color: Green Yellow. HEX triplet: C2, F5 and 38. RGB value is (194,245,56). Sum of RGB (Red+Green+Blue) = 194+245+56=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 56 (22.27% from 255 or 11.31% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F538 is #3D0AC7. Grayscale: #D0D0D0. Windows color (decimal): -4000456 or 3732930. OLE color: 3732930.
HSL color Cylindrical-coordinate representation of color #C2F538: hue angle of 76.19º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2F538 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 56 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.04 |
| HSL | 76.19º | 0.9% | 0.59% | - |
| HSV(B) | 76.19º | 0.77% | 0.96% | - |
| XYZ | 55.61 | 77.06 | 15.68 | - |
| YUV | 208.21 | 42.1 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 56 | 0.21 | 0 | 0.77 | 0.04 | 76.19 | 0.9 | 0.59 |
| Hex | C2 | F5 | 38 | 15 | 0 | 4D | 4 | 4C | 5A | 3B |
| Octal | 302 | 365 | 70 | 25 | 0 | 115 | 4 | 114 | 132 | 73 |
| Binary | 11000010 | 11110101 | 111000 | 10101 | 0 | 1001101 | 100 | 1001100 | 1011010 | 111011 |
Color Harmonies of #C2F538
Complementary color
Monochromatic Colors of #C2F538
Black with #C2F538
Text Example
Text Example
White with #C2F538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F538; }
p { color: rgb(194,245,56); }
H1.HeaderClassName
{
color: #C2F538;
}
.AnyTagClassName
{
color: #C2F538;
}
</style>
background-color css
<style>
a { background-color: #C2F538; }
a { background-color: rgb(194,245,56); }
div.DivClassName
{
background-color: #C2F538;
}
.BgClassName
{
background-color: #C2F538;
}
</style>
border-color css
<style>
span { border-color: #C2F538; }
span { border-color: rgb(194,245,56); }
td.TdClassName
{
border-color: #C2F538;
}
.TagClassName
{
border-color: #C2F538;
}
</style>