#55F44B

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

Shades of Screamin' Green #55F44B

Tints of Screamin' Green #55F44B

Color information

#55F44B (or 0x55F44B) is unknown color: approx Screamin' Green. HEX triplet: 55, F4 and 4B. RGB value is (85,244,75). Sum of RGB (Red+Green+Blue) = 85+244+75=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 244 (95.70% from 255 or 60.40% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 244 - color contains mainly: green. Hex color #55F44B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F44B is #AA0BB4. Grayscale: #B1B1B1. Windows color (decimal): -11144117 or 4977749. OLE color: 4977749.

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

Color convert

RGB8524475-
CMYK0.6500.690.04
HSL116.45º88.48%62.55%-
HSV(B)116.45º69.26%95.69%-
XYZ37.3767.1417.65-
YUV177.1970.3262.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.04%
GREEN value IS 244 (95.70% from 255) = 60.40%
BLUE value IS 75 (29.69% from 255) = 18.56%
R=21.04%
G=60.40%
B=18.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal85244750.6500.690.04116.4588.4862.55
Hex55F44B41045474583f
Octal1253641131010105416413077
Binary101010111110100100101110000010100010110011101001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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