#55E85A

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

Shades of Screamin' Green #55E85A

Tints of Screamin' Green #55E85A

Color information

#55E85A (or 0x55E85A) is unknown color: approx Screamin' Green. HEX triplet: 55, E8 and 5A. RGB value is (85,232,90). Sum of RGB (Red+Green+Blue) = 85+232+90=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 232 (91.02% from 255 or 57.00% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 232 - color contains mainly: green. Hex color #55E85A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55E85A is #AA17A5. Grayscale: #ACACAC. Windows color (decimal): -11147174 or 5957717. OLE color: 5957717.

HSL color Cylindrical-coordinate representation of color #55E85A: hue angle of 122.04º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E85A is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB8523290-
CMYK0.6300.610.09
HSL122.04º76.17%62.16%-
HSV(B)122.04º63.36%90.98%-
XYZ34.4560.3819.51-
YUV171.8681.866.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 232 (91.02% from 255) = 57.00%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=20.88%
G=57.00%
B=22.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85232900.6300.610.09122.0476.1762.16
Hex55E85A3F03D97a4c3e
Octal125350132770751117211476
Binary10101011110100010110101111110111101100111110101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,232,90); }

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

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

 a { background-color: rgb(85,232,90); }

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

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

 span { border-color: rgb(85,232,90); }

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