#55F585

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

Shades of Screamin' Green #55F585

Tints of Screamin' Green #55F585

Color information

#55F585 (or 0x55F585) is unknown color: approx Screamin' Green. HEX triplet: 55, F5 and 85. RGB value is (85,245,133). Sum of RGB (Red+Green+Blue) = 85+245+133=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #55F585 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F585 is #AA0A7A. Grayscale: #B8B8B8. Windows color (decimal): -11143803 or 8779093. OLE color: 8779093.

HSL color Cylindrical-coordinate representation of color #55F585: hue angle of 138º degrees, saturation: 0.89, 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 #55F585 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB85245133-
CMYK0.6500.460.04
HSL138º88.89%64.71%-
HSV(B)138º65.31%96.08%-
XYZ40.6368.9333.35-
YUV184.3998.9957.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.36%
GREEN value IS 245 (96.09% from 255) = 52.92%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=18.36%
G=52.92%
B=28.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852451330.6500.460.0413888.8964.71
Hex55F5854102E48a5941
Octal1253652051010564212131101
Binary10101011111010110000101100000101011101001000101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,245,133); }

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

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

 a { background-color: rgb(85,245,133); }

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

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

 span { border-color: rgb(85,245,133); }

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