#55F15C

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

Shades of Screamin' Green #55F15C

Tints of Screamin' Green #55F15C

Color information

#55F15C (or 0x55F15C) is unknown color: approx Screamin' Green. HEX triplet: 55, F1 and 5C. RGB value is (85,241,92). Sum of RGB (Red+Green+Blue) = 85+241+92=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #55F15C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F15C is #AA0EA3. Grayscale: #B1B1B1. Windows color (decimal): -11144868 or 6091093. OLE color: 6091093.

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

Color convert

RGB8524192-
CMYK0.6500.620.05
HSL122.69º84.78%63.92%-
HSV(B)122.69º64.73%94.51%-
XYZ37.1365.6120.83-
YUV177.3779.8262.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.33%
GREEN value IS 241 (94.53% from 255) = 57.66%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=20.33%
G=57.66%
B=22.01%

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
Decimal85241920.6500.620.05122.6984.7863.92
Hex55F15C4103E57b5540
Octal1253611341010765173125100
Binary101010111110001101110010000010111110101111101110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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