#55F63C

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

Shades of Screamin' Green #55F63C

Tints of Screamin' Green #55F63C

Color information

#55F63C (or 0x55F63C) is unknown color: approx Screamin' Green. HEX triplet: 55, F6 and 3C. RGB value is (85,246,60). Sum of RGB (Red+Green+Blue) = 85+246+60=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 246 (96.48% from 255 or 62.92% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 246 - color contains mainly: green. Hex color #55F63C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F63C is #AA09C3. Grayscale: #B1B1B1. Windows color (decimal): -11143620 or 3995221. OLE color: 3995221.

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

Color convert

RGB8524660-
CMYK0.6500.760.04
HSL111.94º91.18%60%-
HSV(B)111.94º75.61%96.47%-
XYZ37.5268.1715.46-
YUV176.6662.1662.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 246 (96.48% from 255) = 62.92%
BLUE value IS 60 (23.83% from 255) = 15.35%
R=21.74%
G=62.92%
B=15.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal85246600.6500.760.04111.9491.1860
Hex55F63C4104C4705b3c
Octal125366741010114416013374
Binary10101011111011011110010000010100110010011100001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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