#55E14E

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

Shades of Screamin' Green #55E14E

Tints of Screamin' Green #55E14E

Color information

#55E14E (or 0x55E14E) is unknown color: approx Screamin' Green. HEX triplet: 55, E1 and 4E. RGB value is (85,225,78). Sum of RGB (Red+Green+Blue) = 85+225+78=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 225 (88.28% from 255 or 57.99% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 225 - color contains mainly: green. Hex color #55E14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E14E is #AA1EB1. Grayscale: #A6A6A6. Windows color (decimal): -11148978 or 5169493. OLE color: 5169493.

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

Color convert

RGB8522578-
CMYK0.6200.650.12
HSL117.14º71.01%59.41%-
HSV(B)117.14º65.33%88.24%-
XYZ32.0556.3316.39-
YUV166.3878.1269.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 225 (88.28% from 255) = 57.99%
BLUE value IS 78 (30.86% from 255) = 20.10%
R=21.91%
G=57.99%
B=20.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal85225780.6200.650.12117.1471.0159.41
Hex55E14E3E041C75473b
Octal1253411167601011416510773
Binary101010111100001100111011111001000001110011101011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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