#5DD961

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

Shades of Pastel Green #5DD961

Tints of Pastel Green #5DD961

Color information

#5DD961 (or 0x5DD961) is unknown color: approx Pastel Green. HEX triplet: 5D, D9 and 61. RGB value is (93,217,97). Sum of RGB (Red+Green+Blue) = 93+217+97=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD961 is #A2269E. Grayscale: #A6A6A6. Windows color (decimal): -10626719 or 6412637. OLE color: 6412637.

HSL color Cylindrical-coordinate representation of color #5DD961: hue angle of 121.94º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD961 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB9321797-
CMYK0.5700.550.15
HSL121.94º62%60.78%-
HSV(B)121.94º57.14%85.1%-
XYZ31.4852.8219.84-
YUV166.2488.9275.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.85%
GREEN value IS 217 (85.16% from 255) = 53.32%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=22.85%
G=53.32%
B=23.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal93217970.5700.550.15121.946260.78
Hex5DD96139037F7a3e3d
Octal13533114171067171727675
Binary1011101110110011100001111001011011111111111010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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