Shades of Green Yellow #C5FA1F
Tints of Green Yellow #C5FA1F
RGB
CMYK
RGB Variations
Color information
#C5FA1F (or 0xC5FA1F) is known color: Green Yellow. HEX triplet: C5, FA and 1F. RGB value is (197,250,31). Sum of RGB (Red+Green+Blue) = 197+250+31=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FA1F is #3A05E0. Grayscale: #D2D2D2. Windows color (decimal): -3802593 or 2095813. OLE color: 2095813.
HSL color Cylindrical-coordinate representation of color #C5FA1F: hue angle of 74.52º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5FA1F is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 31 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.02 |
| HSL | 74.52º | 0.96% | 0.55% | - |
| HSV(B) | 74.52º | 0.88% | 0.98% | - |
| XYZ | 57.46 | 80.34 | 13.78 | - |
| YUV | 209.19 | 27.44 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 31 | 0.21 | 0 | 0.88 | 0.02 | 74.52 | 0.96 | 0.55 |
| Hex | C5 | FA | 1F | 15 | 0 | 58 | 2 | 4B | 60 | 37 |
| Octal | 305 | 372 | 37 | 25 | 0 | 130 | 2 | 113 | 140 | 67 |
| Binary | 11000101 | 11111010 | 11111 | 10101 | 0 | 1011000 | 10 | 1001011 | 1100000 | 110111 |
Color Harmonies of #C5FA1F
Complementary color
Monochromatic Colors of #C5FA1F
Black with #C5FA1F
Text Example
Text Example
White with #C5FA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA1F; }
p { color: rgb(197,250,31); }
H1.HeaderClassName
{
color: #C5FA1F;
}
.AnyTagClassName
{
color: #C5FA1F;
}
</style>
background-color css
<style>
a { background-color: #C5FA1F; }
a { background-color: rgb(197,250,31); }
div.DivClassName
{
background-color: #C5FA1F;
}
.BgClassName
{
background-color: #C5FA1F;
}
</style>
border-color css
<style>
span { border-color: #C5FA1F; }
span { border-color: rgb(197,250,31); }
td.TdClassName
{
border-color: #C5FA1F;
}
.TagClassName
{
border-color: #C5FA1F;
}
</style>