#55FD6C

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

Shades of Screamin' Green #55FD6C

Tints of Screamin' Green #55FD6C

Color information

#55FD6C (or 0x55FD6C) is unknown color: approx Screamin' Green. HEX triplet: 55, FD and 6C. RGB value is (85,253,108). Sum of RGB (Red+Green+Blue) = 85+253+108=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 253 (99.22% from 255 or 56.73% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 253 - color contains mainly: green. Hex color #55FD6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FD6C is #AA0293. Grayscale: #BABABA. Windows color (decimal): -11141780 or 7142741. OLE color: 7142741.

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

Color convert

RGB85253108-
CMYK0.6600.570.01
HSL128.21º97.67%66.27%-
HSV(B)128.21º66.4%99.22%-
XYZ41.5873.2626.14-
YUV186.2483.8455.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.06%
GREEN value IS 253 (99.22% from 255) = 56.73%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=19.06%
G=56.73%
B=24.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal852531080.6600.570.01128.2197.6766.27
Hex55FD6C420391806242
Octal1253751541020711200142102
Binary10101011111110111011001000010011100111000000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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