#55F486

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

Shades of Screamin' Green #55F486

Tints of Screamin' Green #55F486

Color information

#55F486 (or 0x55F486) is unknown color: approx Screamin' Green. HEX triplet: 55, F4 and 86. RGB value is (85,244,134). Sum of RGB (Red+Green+Blue) = 85+244+134=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #55F486 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F486 is #AA0B79. Grayscale: #B8B8B8. Windows color (decimal): -11144058 or 8844373. OLE color: 8844373.

HSL color Cylindrical-coordinate representation of color #55F486: hue angle of 138.49º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F486 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB85244134-
CMYK0.6500.450.04
HSL138.49º87.85%64.51%-
HSV(B)138.49º65.16%95.69%-
XYZ40.468.3533.62-
YUV183.9299.8257.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.36%
GREEN value IS 244 (95.70% from 255) = 52.70%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=18.36%
G=52.70%
B=28.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852441340.6500.450.04138.4987.8564.51
Hex55F4864102D48a5841
Octal1253642061010554212130101
Binary10101011111010010000110100000101011011001000101010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,244,134); }

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

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

 a { background-color: rgb(85,244,134); }

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

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

 span { border-color: rgb(85,244,134); }

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