Shades of Green Yellow #C5FB34
Tints of Green Yellow #C5FB34
RGB
CMYK
RGB Variations
Color information
#C5FB34 (or 0xC5FB34) is known color: Green Yellow. HEX triplet: C5, FB and 34. RGB value is (197,251,52). Sum of RGB (Red+Green+Blue) = 197+251+52=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 52 (20.70% from 255 or 10.4% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FB34 is #3A04CB. Grayscale: #D4D4D4. Windows color (decimal): -3802316 or 3472325. OLE color: 3472325.
HSL color Cylindrical-coordinate representation of color #C5FB34: hue angle of 76.28º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5FB34 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 52 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.02 |
| HSL | 76.28º | 0.96% | 0.59% | - |
| HSV(B) | 76.28º | 0.79% | 0.98% | - |
| XYZ | 58.14 | 81.11 | 15.84 | - |
| YUV | 212.17 | 37.61 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 52 | 0.22 | 0 | 0.79 | 0.02 | 76.28 | 0.96 | 0.59 |
| Hex | C5 | FB | 34 | 16 | 0 | 4F | 2 | 4C | 60 | 3B |
| Octal | 305 | 373 | 64 | 26 | 0 | 117 | 2 | 114 | 140 | 73 |
| Binary | 11000101 | 11111011 | 110100 | 10110 | 0 | 1001111 | 10 | 1001100 | 1100000 | 111011 |
Color Harmonies of #C5FB34
Complementary color
Monochromatic Colors of #C5FB34
Black with #C5FB34
Text Example
Text Example
White with #C5FB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB34; }
p { color: rgb(197,251,52); }
H1.HeaderClassName
{
color: #C5FB34;
}
.AnyTagClassName
{
color: #C5FB34;
}
</style>
background-color css
<style>
a { background-color: #C5FB34; }
a { background-color: rgb(197,251,52); }
div.DivClassName
{
background-color: #C5FB34;
}
.BgClassName
{
background-color: #C5FB34;
}
</style>
border-color css
<style>
span { border-color: #C5FB34; }
span { border-color: rgb(197,251,52); }
td.TdClassName
{
border-color: #C5FB34;
}
.TagClassName
{
border-color: #C5FB34;
}
</style>