#55F549

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

Shades of Screamin' Green #55F549

Tints of Screamin' Green #55F549

Color information

#55F549 (or 0x55F549) is unknown color: approx Screamin' Green. HEX triplet: 55, F5 and 49. RGB value is (85,245,73). Sum of RGB (Red+Green+Blue) = 85+245+73=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 245 (96.09% from 255 or 60.79% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 245 - color contains mainly: green. Hex color #55F549 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F549 is #AA0AB6. Grayscale: #B2B2B2. Windows color (decimal): -11143863 or 4846933. OLE color: 4846933.

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

Color convert

RGB8524573-
CMYK0.6500.700.04
HSL115.81º89.58%62.35%-
HSV(B)115.81º70.2%96.08%-
XYZ37.667.7217.39-
YUV177.5568.9961.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 245 (96.09% from 255) = 60.79%
BLUE value IS 73 (28.91% from 255) = 18.11%
R=21.09%
G=60.79%
B=18.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal85245730.6500.700.04115.8189.5862.35
Hex55F549410464745a3e
Octal1253651111010106416413276
Binary101010111110101100100110000010100011010011101001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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