Shades of Bright Green #5FDE0A
Tints of Bright Green #5FDE0A
RGB
CMYK
RGB Variations
Color information
#5FDE0A (or 0x5FDE0A) is known color: Bright Green. HEX triplet: 5F, DE and 0A. RGB value is (95,222,10). Sum of RGB (Red+Green+Blue) = 95+222+10=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 222 (87.11% from 255 or 67.89% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDE0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDE0A is #A021F5. Grayscale: #A0A0A0. Windows color (decimal): -10494454 or 712287. OLE color: 712287.
HSL color Cylindrical-coordinate representation of color #5FDE0A: hue angle of 95.94º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FDE0A is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 222 | 10 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.13 |
| HSL | 95.94º | 0.91% | 0.45% | - |
| HSV(B) | 95.94º | 0.95% | 0.87% | - |
| XYZ | 30.9 | 54.7 | 9.22 | - |
| YUV | 159.86 | 43.42 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 10 | 0.57 | 0 | 0.95 | 0.13 | 95.94 | 0.91 | 0.45 |
| Hex | 5F | DE | A | 39 | 0 | 5F | D | 60 | 5B | 2D |
| Octal | 137 | 336 | 12 | 71 | 0 | 137 | 15 | 140 | 133 | 55 |
| Binary | 1011111 | 11011110 | 1010 | 111001 | 0 | 1011111 | 1101 | 1100000 | 1011011 | 101101 |
Color Harmonies of #5FDE0A
Complementary color
Monochromatic Colors of #5FDE0A
Black with #5FDE0A
Text Example
Text Example
White with #5FDE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDE0A; }
p { color: rgb(95,222,10); }
H1.HeaderClassName
{
color: #5FDE0A;
}
.AnyTagClassName
{
color: #5FDE0A;
}
</style>
background-color css
<style>
a { background-color: #5FDE0A; }
a { background-color: rgb(95,222,10); }
div.DivClassName
{
background-color: #5FDE0A;
}
.BgClassName
{
background-color: #5FDE0A;
}
</style>
border-color css
<style>
span { border-color: #5FDE0A; }
span { border-color: rgb(95,222,10); }
td.TdClassName
{
border-color: #5FDE0A;
}
.TagClassName
{
border-color: #5FDE0A;
}
</style>