#55E34A

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

Shades of Screamin' Green #55E34A

Tints of Screamin' Green #55E34A

Color information

#55E34A (or 0x55E34A) is unknown color: approx Screamin' Green. HEX triplet: 55, E3 and 4A. RGB value is (85,227,74). Sum of RGB (Red+Green+Blue) = 85+227+74=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 227 (89.06% from 255 or 58.81% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 227 - color contains mainly: green. Hex color #55E34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E34A is #AA1CB5. Grayscale: #A7A7A7. Windows color (decimal): -11148470 or 4907861. OLE color: 4907861.

HSL color Cylindrical-coordinate representation of color #55E34A: hue angle of 115.69º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55E34A is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB8522774-
CMYK0.6300.670.11
HSL115.69º73.21%59.02%-
HSV(B)115.69º67.4%89.02%-
XYZ32.4557.3615.84-
YUV167.175.4669.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.02%
GREEN value IS 227 (89.06% from 255) = 58.81%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=22.02%
G=58.81%
B=19.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal85227740.6300.670.11115.6973.2159.02
Hex55E34A3F043B74493b
Octal1253431127701031316411173
Binary101010111100011100101011111101000011101111101001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,227,74); }

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

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

 a { background-color: rgb(85,227,74); }

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

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

 span { border-color: rgb(85,227,74); }

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