Shades of Bright Green #5FDD0F
Tints of Bright Green #5FDD0F
RGB
CMYK
RGB Variations
Color information
#5FDD0F (or 0x5FDD0F) is known color: Bright Green. HEX triplet: 5F, DD and 0F. RGB value is (95,221,15). Sum of RGB (Red+Green+Blue) = 95+221+15=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDD0F is #A022F0. Grayscale: #A0A0A0. Windows color (decimal): -10494705 or 1039711. OLE color: 1039711.
HSL color Cylindrical-coordinate representation of color #5FDD0F: hue angle of 96.7º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FDD0F is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 15 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.13 |
| HSL | 96.7º | 0.87% | 0.46% | - |
| HSV(B) | 96.7º | 0.93% | 0.87% | - |
| XYZ | 30.66 | 54.18 | 9.29 | - |
| YUV | 159.84 | 46.26 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 15 | 0.57 | 0 | 0.93 | 0.13 | 96.7 | 0.87 | 0.46 |
| Hex | 5F | DD | F | 39 | 0 | 5D | D | 61 | 57 | 2E |
| Octal | 137 | 335 | 17 | 71 | 0 | 135 | 15 | 141 | 127 | 56 |
| Binary | 1011111 | 11011101 | 1111 | 111001 | 0 | 1011101 | 1101 | 1100001 | 1010111 | 101110 |
Color Harmonies of #5FDD0F
Complementary color
Monochromatic Colors of #5FDD0F
Black with #5FDD0F
Text Example
Text Example
White with #5FDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDD0F; }
p { color: rgb(95,221,15); }
H1.HeaderClassName
{
color: #5FDD0F;
}
.AnyTagClassName
{
color: #5FDD0F;
}
</style>
background-color css
<style>
a { background-color: #5FDD0F; }
a { background-color: rgb(95,221,15); }
div.DivClassName
{
background-color: #5FDD0F;
}
.BgClassName
{
background-color: #5FDD0F;
}
</style>
border-color css
<style>
span { border-color: #5FDD0F; }
span { border-color: rgb(95,221,15); }
td.TdClassName
{
border-color: #5FDD0F;
}
.TagClassName
{
border-color: #5FDD0F;
}
</style>