#55F357

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

Shades of Screamin' Green #55F357

Tints of Screamin' Green #55F357

Color information

#55F357 (or 0x55F357) is unknown color: approx Screamin' Green. HEX triplet: 55, F3 and 57. RGB value is (85,243,87). Sum of RGB (Red+Green+Blue) = 85+243+87=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 243 (95.31% from 255 or 58.55% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 243 - color contains mainly: green. Hex color #55F357 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F357 is #AA0CA8. Grayscale: #B2B2B2. Windows color (decimal): -11144361 or 5763925. OLE color: 5763925.

HSL color Cylindrical-coordinate representation of color #55F357: hue angle of 120.76º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F357 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB8524387-
CMYK0.6500.640.05
HSL120.76º86.81%64.31%-
HSV(B)120.76º65.02%95.29%-
XYZ37.5266.7219.92-
YUV177.9776.6561.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 243 (95.31% from 255) = 58.55%
BLUE value IS 87 (34.38% from 255) = 20.96%
R=20.48%
G=58.55%
B=20.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal85243870.6500.640.05120.7686.8164.31
Hex55F357410405795740
Octal12536312710101005171127100
Binary1010101111100111010111100000101000000101111100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,243,87); }

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

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

 a { background-color: rgb(85,243,87); }

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

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

 span { border-color: rgb(85,243,87); }

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