#55FD53

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

Shades of Screamin' Green #55FD53

Tints of Screamin' Green #55FD53

Color information

#55FD53 (or 0x55FD53) is unknown color: approx Screamin' Green. HEX triplet: 55, FD and 53. RGB value is (85,253,83). Sum of RGB (Red+Green+Blue) = 85+253+83=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 253 (99.22% from 255 or 60.10% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 253 - color contains mainly: green. Hex color #55FD53 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FD53 is #AA02AC. Grayscale: #B7B7B7. Windows color (decimal): -11141805 or 5504341. OLE color: 5504341.

HSL color Cylindrical-coordinate representation of color #55FD53: hue angle of 119.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FD53 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB8525383-
CMYK0.6600.670.01
HSL119.29º97.7%65.88%-
HSV(B)119.29º67.19%99.22%-
XYZ40.4372.8120.11-
YUV183.3971.3457.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.19%
GREEN value IS 253 (99.22% from 255) = 60.10%
BLUE value IS 83 (32.81% from 255) = 19.71%
R=20.19%
G=60.10%
B=19.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal85253830.6600.670.01119.2997.765.88
Hex55FD53420431776242
Octal12537512310201031167142102
Binary10101011111110110100111000010010000111111011111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,253,83); }

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

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

 a { background-color: rgb(85,253,83); }

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

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

 span { border-color: rgb(85,253,83); }

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