Shades of Bright Green #5FFD0C
Tints of Bright Green #5FFD0C
RGB
CMYK
RGB Variations
Color information
#5FFD0C (or 0x5FFD0C) is known color: Bright Green. HEX triplet: 5F, FD and 0C. RGB value is (95,253,12). Sum of RGB (Red+Green+Blue) = 95+253+12=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 253 (99.22% from 255 or 70.28% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFD0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFD0C is #A002F3. Grayscale: #B3B3B3. Windows color (decimal): -10486516 or 851295. OLE color: 851295.
HSL color Cylindrical-coordinate representation of color #5FFD0C: hue angle of 99.34º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FFD0C is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 12 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.01 |
| HSL | 99.34º | 0.98% | 0.52% | - |
| HSV(B) | 99.34º | 0.95% | 0.99% | - |
| XYZ | 39.91 | 72.71 | 12.28 | - |
| YUV | 178.28 | 34.15 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 12 | 0.62 | 0 | 0.95 | 0.01 | 99.34 | 0.98 | 0.52 |
| Hex | 5F | FD | C | 3E | 0 | 5F | 1 | 63 | 62 | 34 |
| Octal | 137 | 375 | 14 | 76 | 0 | 137 | 1 | 143 | 142 | 64 |
| Binary | 1011111 | 11111101 | 1100 | 111110 | 0 | 1011111 | 1 | 1100011 | 1100010 | 110100 |
Color Harmonies of #5FFD0C
Complementary color
Monochromatic Colors of #5FFD0C
Black with #5FFD0C
Text Example
Text Example
White with #5FFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFD0C; }
p { color: rgb(95,253,12); }
H1.HeaderClassName
{
color: #5FFD0C;
}
.AnyTagClassName
{
color: #5FFD0C;
}
</style>
background-color css
<style>
a { background-color: #5FFD0C; }
a { background-color: rgb(95,253,12); }
div.DivClassName
{
background-color: #5FFD0C;
}
.BgClassName
{
background-color: #5FFD0C;
}
</style>
border-color css
<style>
span { border-color: #5FFD0C; }
span { border-color: rgb(95,253,12); }
td.TdClassName
{
border-color: #5FFD0C;
}
.TagClassName
{
border-color: #5FFD0C;
}
</style>