#55ED70

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

Shades of Screamin' Green #55ED70

Tints of Screamin' Green #55ED70

Color information

#55ED70 (or 0x55ED70) is unknown color: approx Screamin' Green. HEX triplet: 55, ED and 70. RGB value is (85,237,112). Sum of RGB (Red+Green+Blue) = 85+237+112=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 237 (92.97% from 255 or 54.61% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55ED70 is #AA128F. Grayscale: #B1B1B1. Windows color (decimal): -11145872 or 7400789. OLE color: 7400789.

HSL color Cylindrical-coordinate representation of color #55ED70: hue angle of 130.66º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ED70 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB85237112-
CMYK0.6400.530.07
HSL130.66º80.85%63.14%-
HSV(B)130.66º64.14%92.94%-
XYZ36.9663.6725.67-
YUV177.391.1462.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.59%
GREEN value IS 237 (92.97% from 255) = 54.61%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=19.59%
G=54.61%
B=25.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852371120.6400.530.07130.6680.8563.14
Hex55ED7040035783513f
Octal125355160100065720312177
Binary101010111101101111000010000000110101111100000111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ED70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,237,112); }

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

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

 a { background-color: rgb(85,237,112); }

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

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

 span { border-color: rgb(85,237,112); }

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