#5DDD61

Color #5DDD61 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #5DDD61

Tints of Pastel Green #5DDD61

Color information

#5DDD61 (or 0x5DDD61) is unknown color: approx Pastel Green. HEX triplet: 5D, DD and 61. RGB value is (93,221,97). Sum of RGB (Red+Green+Blue) = 93+221+97=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDD61 is #A2229E. Grayscale: #A8A8A8. Windows color (decimal): -10625695 or 6413661. OLE color: 6413661.

HSL color Cylindrical-coordinate representation of color #5DDD61: hue angle of 121.88º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDD61 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB9322197-
CMYK0.5800.560.13
HSL121.88º65.31%61.57%-
HSV(B)121.88º57.92%86.67%-
XYZ32.5354.920.19-
YUV168.5987.5974.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.63%
GREEN value IS 221 (86.72% from 255) = 53.77%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=22.63%
G=53.77%
B=23.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93221970.5800.560.13121.8865.3161.57
Hex5DDD613A038D7a413e
Octal135335141720701517210176
Binary10111011101110111000011110100111000110111110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DDD61; }

 p { color: rgb(93,221,97); }

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

<style>
 a { background-color: #5DDD61; }

 a { background-color: rgb(93,221,97); }

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

<style>
 span { border-color: #5DDD61; }

 span { border-color: rgb(93,221,97); }

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