Shades of Bright Green #56F018
Tints of Bright Green #56F018
RGB
CMYK
RGB Variations
Color information
#56F018 (or 0x56F018) is known color: Bright Green. HEX triplet: 56, F0 and 18. RGB value is (86,240,24). Sum of RGB (Red+Green+Blue) = 86+240+24=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 240 (94.14% from 255 or 68.57% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 240 - color contains mainly: green. Hex color #56F018 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #56F018 is #A90FE7. Grayscale: #AAAAAA. Windows color (decimal): -11079656 or 1634390. OLE color: 1634390.
HSL color Cylindrical-coordinate representation of color #56F018: hue angle of 102.78º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56F018 is Cyan = 0.64, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
RGB | 86 | 240 | 24 | - |
CMYK | 0.64 | 0 | 0.9 | 0.06 |
HSL | 102.78º | 0.88% | 0.52% | - |
HSV(B) | 102.78º | 0.9% | 0.94% | - |
XYZ | 35.16 | 64.36 | 11.43 | - |
YUV | 169.33 | 45.98 | 68.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 240 | 24 | 0.64 | 0 | 0.9 | 0.06 | 102.78 | 0.88 | 0.52 |
Hex | 56 | F0 | 18 | 40 | 0 | 5A | 6 | 67 | 58 | 34 |
Octal | 126 | 360 | 30 | 100 | 0 | 132 | 6 | 147 | 130 | 64 |
Binary | 1010110 | 11110000 | 11000 | 1000000 | 0 | 1011010 | 110 | 1100111 | 1011000 | 110100 |
Color Harmonies of #56F018
Complementary color
Monochromatic Colors of #56F018
Black with #56F018
Text Example
Text Example
White with #56F018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F018; }
p { color: rgb(86,240,24); }
H1.HeaderClassName
{
color: #56F018;
}
.AnyTagClassName
{
color: #56F018;
}
</style>
background-color css
<style>
a { background-color: #56F018; }
a { background-color: rgb(86,240,24); }
div.DivClassName
{
background-color: #56F018;
}
.BgClassName
{
background-color: #56F018;
}
</style>
border-color css
<style>
span { border-color: #56F018; }
span { border-color: rgb(86,240,24); }
td.TdClassName
{
border-color: #56F018;
}
.TagClassName
{
border-color: #56F018;
}
</style>