#55ED3F

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

Shades of Screamin' Green #55ED3F

Tints of Screamin' Green #55ED3F

Color information

#55ED3F (or 0x55ED3F) is unknown color: approx Screamin' Green. HEX triplet: 55, ED and 3F. RGB value is (85,237,63). Sum of RGB (Red+Green+Blue) = 85+237+63=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 237 (92.97% from 255 or 61.56% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED3F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55ED3F is #AA12C0. Grayscale: #ACACAC. Windows color (decimal): -11145921 or 4189525. OLE color: 4189525.

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

Color convert

RGB8523763-
CMYK0.6400.730.07
HSL112.41º82.86%58.82%-
HSV(B)112.41º73.42%92.94%-
XYZ34.9362.8614.99-
YUV171.7266.6466.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 237 (92.97% from 255) = 61.56%
BLUE value IS 63 (25% from 255) = 16.36%
R=22.08%
G=61.56%
B=16.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal85237630.6400.730.07112.4182.8658.82
Hex55ED3F40049770533b
Octal125355771000111716012373
Binary10101011110110111111110000000100100111111100001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ED3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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