Shades of Green Yellow #C5FF30
Tints of Green Yellow #C5FF30
RGB
CMYK
RGB Variations
Color information
#C5FF30 (or 0xC5FF30) is known color: Green Yellow. HEX triplet: C5, FF and 30. RGB value is (197,255,48). Sum of RGB (Red+Green+Blue) = 197+255+48=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FF30 is #3A00CF. Grayscale: #D6D6D6. Windows color (decimal): -3801296 or 3211205. OLE color: 3211205.
HSL color Cylindrical-coordinate representation of color #C5FF30: hue angle of 76.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5FF30 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 48 | - |
| CMYK | 0.23 | 0 | 0.81 | 0 |
| HSL | 76.81º | 1% | 0.59% | - |
| HSV(B) | 76.81º | 0.81% | 1% | - |
| XYZ | 59.32 | 83.6 | 15.81 | - |
| YUV | 214.06 | 34.28 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 48 | 0.23 | 0 | 0.81 | 0 | 76.81 | 1 | 0.59 |
| Hex | C5 | FF | 30 | 17 | 0 | 51 | 0 | 4D | 64 | 3B |
| Octal | 305 | 377 | 60 | 27 | 0 | 121 | 0 | 115 | 144 | 73 |
| Binary | 11000101 | 11111111 | 110000 | 10111 | 0 | 1010001 | 0 | 1001101 | 1100100 | 111011 |
Color Harmonies of #C5FF30
Complementary color
Monochromatic Colors of #C5FF30
Black with #C5FF30
Text Example
Text Example
White with #C5FF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF30; }
p { color: rgb(197,255,48); }
H1.HeaderClassName
{
color: #C5FF30;
}
.AnyTagClassName
{
color: #C5FF30;
}
</style>
background-color css
<style>
a { background-color: #C5FF30; }
a { background-color: rgb(197,255,48); }
div.DivClassName
{
background-color: #C5FF30;
}
.BgClassName
{
background-color: #C5FF30;
}
</style>
border-color css
<style>
span { border-color: #C5FF30; }
span { border-color: rgb(197,255,48); }
td.TdClassName
{
border-color: #C5FF30;
}
.TagClassName
{
border-color: #C5FF30;
}
</style>