#56EE14

Color #56EE14 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #56EE14

Tints of Bright Green #56EE14

Color information

#56EE14 (or 0x56EE14) is unknown color: approx Bright Green. HEX triplet: 56, EE and 14. RGB value is (86,238,20). Sum of RGB (Red+Green+Blue) = 86+238+20=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 238 (93.36% from 255 or 69.19% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 238 - color contains mainly: green. Hex color #56EE14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #56EE14 is #A911EB. Grayscale: #A8A8A8. Windows color (decimal): -11080172 or 1371734. OLE color: 1371734.

HSL color Cylindrical-coordinate representation of color #56EE14: hue angle of 101.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56EE14 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB8623820-
CMYK0.6400.920.07
HSL101.83º86.51%50.59%-
HSV(B)101.83º91.6%93.33%-
XYZ34.5463.1811.04-
YUV167.744.6469.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 238 (93.36% from 255) = 69.19%
BLUE value IS 20 (8.20% from 255) = 5.81%
R=25%
G=69.19%
B=5.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal86238200.6400.920.07101.8386.5150.59
Hex56EE144005C7665733
Octal126356241000134714612763
Binary1010110111011101010010000000101110011111001101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56EE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56EE14; }

 p { color: rgb(86,238,20); }

 H1.HeaderClassName
 {
   color: #56EE14;
 }
 .AnyTagClassName
 {
   color: #56EE14;
 }
</style>
background-color css

<style>
 a { background-color: #56EE14; }

 a { background-color: rgb(86,238,20); }

 div.DivClassName
 {
   background-color: #56EE14;
 }
 .BgClassName
 {
   background-color: #56EE14;
 }
</style>
border-color css

<style>
 span { border-color: #56EE14; }

 span { border-color: rgb(86,238,20); }

 td.TdClassName
 {
   border-color: #56EE14;
 }
 .TagClassName
 {
   border-color: #56EE14;
 }
</style>