Shades of Bright Green #56ED2A
Tints of Bright Green #56ED2A
RGB
CMYK
RGB Variations
Color information
#56ED2A (or 0x56ED2A) is known color: Bright Green. HEX triplet: 56, ED and 2A. RGB value is (86,237,42). Sum of RGB (Red+Green+Blue) = 86+237+42=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 237 (92.97% from 255 or 64.93% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 237 - color contains mainly: green. Hex color #56ED2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56ED2A is #A912D5. Grayscale: #AAAAAA. Windows color (decimal): -11080406 or 2813270. OLE color: 2813270.
HSL color Cylindrical-coordinate representation of color #56ED2A: hue angle of 106.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #56ED2A is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 237 | 42 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.07 |
| HSL | 106.46º | 0.84% | 0.55% | - |
| HSV(B) | 106.46º | 0.82% | 0.93% | - |
| XYZ | 34.54 | 62.71 | 12.48 | - |
| YUV | 169.62 | 55.97 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 237 | 42 | 0.64 | 0 | 0.82 | 0.07 | 106.46 | 0.84 | 0.55 |
| Hex | 56 | ED | 2A | 40 | 0 | 52 | 7 | 6A | 54 | 37 |
| Octal | 126 | 355 | 52 | 100 | 0 | 122 | 7 | 152 | 124 | 67 |
| Binary | 1010110 | 11101101 | 101010 | 1000000 | 0 | 1010010 | 111 | 1101010 | 1010100 | 110111 |
Color Harmonies of #56ED2A
Complementary color
Monochromatic Colors of #56ED2A
Black with #56ED2A
Text Example
Text Example
White with #56ED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ED2A; }
p { color: rgb(86,237,42); }
H1.HeaderClassName
{
color: #56ED2A;
}
.AnyTagClassName
{
color: #56ED2A;
}
</style>
background-color css
<style>
a { background-color: #56ED2A; }
a { background-color: rgb(86,237,42); }
div.DivClassName
{
background-color: #56ED2A;
}
.BgClassName
{
background-color: #56ED2A;
}
</style>
border-color css
<style>
span { border-color: #56ED2A; }
span { border-color: rgb(86,237,42); }
td.TdClassName
{
border-color: #56ED2A;
}
.TagClassName
{
border-color: #56ED2A;
}
</style>