#5DD765

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

Shades of Pastel Green #5DD765

Tints of Pastel Green #5DD765

Color information

#5DD765 (or 0x5DD765) is unknown color: approx Pastel Green. HEX triplet: 5D, D7 and 65. RGB value is (93,215,101). Sum of RGB (Red+Green+Blue) = 93+215+101=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD765 is #A2289A. Grayscale: #A5A5A5. Windows color (decimal): -10627227 or 6674269. OLE color: 6674269.

HSL color Cylindrical-coordinate representation of color #5DD765: hue angle of 123.93º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD765 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB93215101-
CMYK0.5700.530.16
HSL123.93º60.4%60.39%-
HSV(B)123.93º56.74%84.31%-
XYZ31.1651.8720.68-
YUV165.5391.5876.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.74%
GREEN value IS 215 (84.38% from 255) = 52.57%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=22.74%
G=52.57%
B=24.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932151010.5700.530.16123.9360.460.39
Hex5DD76539035107c3c3c
Octal13532714571065201747474
Binary10111011101011111001011110010110101100001111100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,215,101); }

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

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

 a { background-color: rgb(93,215,101); }

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

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

 span { border-color: rgb(93,215,101); }

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