#55FD82

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

Shades of Screamin' Green #55FD82

Tints of Screamin' Green #55FD82

Color information

#55FD82 (or 0x55FD82) is unknown color: approx Screamin' Green. HEX triplet: 55, FD and 82. RGB value is (85,253,130). Sum of RGB (Red+Green+Blue) = 85+253+130=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #55FD82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FD82 is #AA027D. Grayscale: #BDBDBD. Windows color (decimal): -11141758 or 8584533. OLE color: 8584533.

HSL color Cylindrical-coordinate representation of color #55FD82: hue angle of 136.07º 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 #55FD82 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB85253130-
CMYK0.6600.490.01
HSL136.07º97.67%66.27%-
HSV(B)136.07º66.4%99.22%-
XYZ42.973.7933.1-
YUV188.7594.8454-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.16%
GREEN value IS 253 (99.22% from 255) = 54.06%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=18.16%
G=54.06%
B=27.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal852531300.6600.490.01136.0797.6766.27
Hex55FD82420311886242
Octal1253752021020611210142102
Binary101010111111101100000101000010011000111000100011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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