Shades of Green Yellow #C5FC30
Tints of Green Yellow #C5FC30
RGB
CMYK
RGB Variations
Color information
#C5FC30 (or 0xC5FC30) is known color: Green Yellow. HEX triplet: C5, FC and 30. RGB value is (197,252,48). Sum of RGB (Red+Green+Blue) = 197+252+48=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FC30 is #3A03CF. Grayscale: #D5D5D5. Windows color (decimal): -3802064 or 3210437. OLE color: 3210437.
HSL color Cylindrical-coordinate representation of color #C5FC30: hue angle of 76.18º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5FC30 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 48 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.01 |
| HSL | 76.18º | 0.97% | 0.59% | - |
| HSV(B) | 76.18º | 0.81% | 0.99% | - |
| XYZ | 58.37 | 81.7 | 15.49 | - |
| YUV | 212.3 | 35.28 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 48 | 0.22 | 0 | 0.81 | 0.01 | 76.18 | 0.97 | 0.59 |
| Hex | C5 | FC | 30 | 16 | 0 | 51 | 1 | 4C | 61 | 3B |
| Octal | 305 | 374 | 60 | 26 | 0 | 121 | 1 | 114 | 141 | 73 |
| Binary | 11000101 | 11111100 | 110000 | 10110 | 0 | 1010001 | 1 | 1001100 | 1100001 | 111011 |
Color Harmonies of #C5FC30
Complementary color
Monochromatic Colors of #C5FC30
Black with #C5FC30
Text Example
Text Example
White with #C5FC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FC30; }
p { color: rgb(197,252,48); }
H1.HeaderClassName
{
color: #C5FC30;
}
.AnyTagClassName
{
color: #C5FC30;
}
</style>
background-color css
<style>
a { background-color: #C5FC30; }
a { background-color: rgb(197,252,48); }
div.DivClassName
{
background-color: #C5FC30;
}
.BgClassName
{
background-color: #C5FC30;
}
</style>
border-color css
<style>
span { border-color: #C5FC30; }
span { border-color: rgb(197,252,48); }
td.TdClassName
{
border-color: #C5FC30;
}
.TagClassName
{
border-color: #C5FC30;
}
</style>