#56F120

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

Shades of Bright Green #56F120

Tints of Bright Green #56F120

Color information

#56F120 (or 0x56F120) is unknown color: approx Bright Green. HEX triplet: 56, F1 and 20. RGB value is (86,241,32). Sum of RGB (Red+Green+Blue) = 86+241+32=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 241 (94.53% from 255 or 67.13% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 241 - color contains mainly: green. Hex color #56F120 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56F120 is #A90EDF. Grayscale: #ABABAB. Windows color (decimal): -11079392 or 2158934. OLE color: 2158934.

HSL color Cylindrical-coordinate representation of color #56F120: hue angle of 104.5º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56F120 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB8624132-
CMYK0.6400.870.05
HSL104.5º88.19%53.53%-
HSV(B)104.5º86.72%94.51%-
XYZ35.5564.9912.04-
YUV170.8349.6567.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 241 (94.53% from 255) = 67.13%
BLUE value IS 32 (12.89% from 255) = 8.91%
R=23.96%
G=67.13%
B=8.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal86241320.6400.870.05104.588.1953.53
Hex56F120400575685836
Octal126361401000127515013066
Binary10101101111000110000010000000101011110111010001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,241,32); }

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

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

 a { background-color: rgb(86,241,32); }

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

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

 span { border-color: rgb(86,241,32); }

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