#55DC5B

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

Shades of Screamin' Green #55DC5B

Tints of Screamin' Green #55DC5B

Color information

#55DC5B (or 0x55DC5B) is unknown color: approx Screamin' Green. HEX triplet: 55, DC and 5B. RGB value is (85,220,91). Sum of RGB (Red+Green+Blue) = 85+220+91=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DC5B is #AA23A4. Grayscale: #A5A5A5. Windows color (decimal): -11150245 or 6020181. OLE color: 6020181.

HSL color Cylindrical-coordinate representation of color #55DC5B: hue angle of 122.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DC5B is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB8522091-
CMYK0.6100.590.14
HSL122.67º65.85%59.8%-
HSV(B)122.67º61.36%86.27%-
XYZ31.2353.8718.65-
YUV164.9386.2770.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 220 (86.33% from 255) = 55.56%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=21.46%
G=55.56%
B=22.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal85220910.6100.590.14122.6765.8559.8
Hex55DC5B3D03BE7b423c
Octal125334133750731617310274
Binary10101011101110010110111111010111011111011110111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,220,91); }

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

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

 a { background-color: rgb(85,220,91); }

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

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

 span { border-color: rgb(85,220,91); }

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