#5DEB7D

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

Shades of Pastel Green #5DEB7D

Tints of Pastel Green #5DEB7D

Color information

#5DEB7D (or 0x5DEB7D) is unknown color: approx Pastel Green. HEX triplet: 5D, EB and 7D. RGB value is (93,235,125). Sum of RGB (Red+Green+Blue) = 93+235+125=453 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.53% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEB7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DEB7D is #A21482. Grayscale: #B4B4B4. Windows color (decimal): -10622083 or 8252253. OLE color: 8252253.

HSL color Cylindrical-coordinate representation of color #5DEB7D: hue angle of 133.52º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEB7D is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB93235125-
CMYK0.6000.470.08
HSL133.52º78.02%64.31%-
HSV(B)133.52º60.43%92.16%-
XYZ37.9263.2229.61-
YUV18096.9665.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.53%
GREEN value IS 235 (92.19% from 255) = 51.88%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=20.53%
G=51.88%
B=27.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932351250.6000.470.08133.5278.0264.31
Hex5DEB7D3C02F8864e40
Octal1353531757405710206116100
Binary1011101111010111111101111100010111110001000011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,235,125); }

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

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

 a { background-color: rgb(93,235,125); }

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

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

 span { border-color: rgb(93,235,125); }

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