#55E110

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

Shades of Bright Green #55E110

Tints of Bright Green #55E110

Color information

#55E110 (or 0x55E110) is unknown color: approx Bright Green. HEX triplet: 55, E1 and 10. RGB value is (85,225,16). Sum of RGB (Red+Green+Blue) = 85+225+16=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #55E110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E110 is #AA1EEF. Grayscale: #A0A0A0. Windows color (decimal): -11149040 or 1106261. OLE color: 1106261.

HSL color Cylindrical-coordinate representation of color #55E110: hue angle of 100.19º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55E110 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB8522516-
CMYK0.6200.930.12
HSL100.19º86.72%47.25%-
HSV(B)100.19º92.89%88.24%-
XYZ30.7755.829.64-
YUV159.3147.1274.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 225 (88.28% from 255) = 69.02%
BLUE value IS 16 (6.64% from 255) = 4.91%
R=26.07%
G=69.02%
B=4.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal85225160.6200.930.12100.1986.7247.25
Hex55E1103E05DC64572f
Octal125341207601351414412757
Binary1010101111000011000011111001011101110011001001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55E110; }

 p { color: rgb(85,225,16); }

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

<style>
 a { background-color: #55E110; }

 a { background-color: rgb(85,225,16); }

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

<style>
 span { border-color: #55E110; }

 span { border-color: rgb(85,225,16); }

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