Shades of Green Yellow #C2F82D
Tints of Green Yellow #C2F82D
RGB
CMYK
RGB Variations
Color information
#C2F82D (or 0xC2F82D) is known color: Green Yellow. HEX triplet: C2, F8 and 2D. RGB value is (194,248,45). Sum of RGB (Red+Green+Blue) = 194+248+45=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F82D is #3D07D2. Grayscale: #D1D1D1. Windows color (decimal): -3999699 or 3012802. OLE color: 3012802.
HSL color Cylindrical-coordinate representation of color #C2F82D: hue angle of 75.96º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2F82D is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 45 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.03 |
| HSL | 75.96º | 0.94% | 0.57% | - |
| HSV(B) | 75.96º | 0.82% | 0.97% | - |
| XYZ | 56.29 | 78.79 | 14.72 | - |
| YUV | 208.71 | 35.61 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 45 | 0.22 | 0 | 0.82 | 0.03 | 75.96 | 0.94 | 0.57 |
| Hex | C2 | F8 | 2D | 16 | 0 | 52 | 3 | 4C | 5E | 39 |
| Octal | 302 | 370 | 55 | 26 | 0 | 122 | 3 | 114 | 136 | 71 |
| Binary | 11000010 | 11111000 | 101101 | 10110 | 0 | 1010010 | 11 | 1001100 | 1011110 | 111001 |
Color Harmonies of #C2F82D
Complementary color
Monochromatic Colors of #C2F82D
Black with #C2F82D
Text Example
Text Example
White with #C2F82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F82D; }
p { color: rgb(194,248,45); }
H1.HeaderClassName
{
color: #C2F82D;
}
.AnyTagClassName
{
color: #C2F82D;
}
</style>
background-color css
<style>
a { background-color: #C2F82D; }
a { background-color: rgb(194,248,45); }
div.DivClassName
{
background-color: #C2F82D;
}
.BgClassName
{
background-color: #C2F82D;
}
</style>
border-color css
<style>
span { border-color: #C2F82D; }
span { border-color: rgb(194,248,45); }
td.TdClassName
{
border-color: #C2F82D;
}
.TagClassName
{
border-color: #C2F82D;
}
</style>