#55F156

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

Shades of Screamin' Green #55F156

Tints of Screamin' Green #55F156

Color information

#55F156 (or 0x55F156) is unknown color: approx Screamin' Green. HEX triplet: 55, F1 and 56. RGB value is (85,241,86). Sum of RGB (Red+Green+Blue) = 85+241+86=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 241 (94.53% from 255 or 58.50% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 241 - color contains mainly: green. Hex color #55F156 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F156 is #AA0EA9. Grayscale: #B1B1B1. Windows color (decimal): -11144874 or 5697877. OLE color: 5697877.

HSL color Cylindrical-coordinate representation of color #55F156: hue angle of 120.38º degrees, saturation: 0.85, 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 #55F156 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB8524186-
CMYK0.6500.640.05
HSL120.38º84.78%63.92%-
HSV(B)120.38º64.73%94.51%-
XYZ36.8865.5119.51-
YUV176.6976.8262.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.63%
GREEN value IS 241 (94.53% from 255) = 58.50%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=20.63%
G=58.50%
B=20.87%

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
Decimal85241860.6500.640.05120.3884.7863.92
Hex55F156410405785540
Octal12536112610101005170125100
Binary1010101111100011010110100000101000000101111100010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,241,86); }

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

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

 a { background-color: rgb(85,241,86); }

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

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

 span { border-color: rgb(85,241,86); }

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