#55F15B

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

Shades of Screamin' Green #55F15B

Tints of Screamin' Green #55F15B

Color information

#55F15B (or 0x55F15B) is unknown color: approx Screamin' Green. HEX triplet: 55, F1 and 5B. RGB value is (85,241,91). Sum of RGB (Red+Green+Blue) = 85+241+91=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #55F15B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F15B is #AA0EA4. Grayscale: #B1B1B1. Windows color (decimal): -11144869 or 6025557. OLE color: 6025557.

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

Color convert

RGB8524191-
CMYK0.6500.620.05
HSL122.31º84.78%63.92%-
HSV(B)122.31º64.73%94.51%-
XYZ37.0965.620.6-
YUV177.2679.3262.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 241 (94.53% from 255) = 57.79%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=20.38%
G=57.79%
B=21.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal85241910.6500.620.05122.3184.7863.92
Hex55F15B4103E57a5540
Octal1253611331010765172125100
Binary101010111110001101101110000010111110101111101010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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