#55F650

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

Shades of Screamin' Green #55F650

Tints of Screamin' Green #55F650

Color information

#55F650 (or 0x55F650) is unknown color: approx Screamin' Green. HEX triplet: 55, F6 and 50. RGB value is (85,246,80). Sum of RGB (Red+Green+Blue) = 85+246+80=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 246 (96.48% from 255 or 59.85% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 246 - color contains mainly: green. Hex color #55F650 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F650 is #AA09AF. Grayscale: #B3B3B3. Windows color (decimal): -11143600 or 5305941. OLE color: 5305941.

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

Color convert

RGB8524680-
CMYK0.6500.670.04
HSL118.19º90.22%63.92%-
HSV(B)118.19º67.48%96.47%-
XYZ38.1568.4218.79-
YUV178.9472.1661-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.68%
GREEN value IS 246 (96.48% from 255) = 59.85%
BLUE value IS 80 (31.64% from 255) = 19.46%
R=20.68%
G=59.85%
B=19.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal85246800.6500.670.04118.1990.2263.92
Hex55F650410434765a40
Octal12536612010101034166132100
Binary1010101111101101010000100000101000011100111011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,246,80); }

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

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

 a { background-color: rgb(85,246,80); }

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

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

 span { border-color: rgb(85,246,80); }

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