#55DA58

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

Shades of Screamin' Green #55DA58

Tints of Screamin' Green #55DA58

Color information

#55DA58 (or 0x55DA58) is unknown color: approx Screamin' Green. HEX triplet: 55, DA and 58. RGB value is (85,218,88). Sum of RGB (Red+Green+Blue) = 85+218+88=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 218 (85.55% from 255 or 55.75% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA58 is #AA25A7. Grayscale: #A3A3A3. Windows color (decimal): -11150760 or 5823061. OLE color: 5823061.

HSL color Cylindrical-coordinate representation of color #55DA58: hue angle of 121.35º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DA58 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB8521888-
CMYK0.6100.600.15
HSL121.35º64.25%59.41%-
HSV(B)121.35º61.01%85.49%-
XYZ30.5852.7817.81-
YUV163.4185.4472.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 218 (85.55% from 255) = 55.75%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=21.74%
G=55.75%
B=22.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85218880.6100.600.15121.3564.2559.41
Hex55DA583D03CF79403b
Octal125332130750741717110073
Binary10101011101101010110001111010111100111111110011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,218,88); }

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

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

 a { background-color: rgb(85,218,88); }

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

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

 span { border-color: rgb(85,218,88); }

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