#5DEA7A

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

Shades of Pastel Green #5DEA7A

Tints of Pastel Green #5DEA7A

Color information

#5DEA7A (or 0x5DEA7A) is unknown color: approx Pastel Green. HEX triplet: 5D, EA and 7A. RGB value is (93,234,122). Sum of RGB (Red+Green+Blue) = 93+234+122=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEA7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DEA7A is #A21585. Grayscale: #B3B3B3. Windows color (decimal): -10622342 or 8055389. OLE color: 8055389.

HSL color Cylindrical-coordinate representation of color #5DEA7A: hue angle of 132.34º degrees, saturation: 0.77, 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 #5DEA7A is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB93234122-
CMYK0.6000.480.08
HSL132.34º77.05%64.12%-
HSV(B)132.34º60.26%91.76%-
XYZ37.4562.5828.52-
YUV179.0795.7966.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.71%
GREEN value IS 234 (91.80% from 255) = 52.12%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=20.71%
G=52.12%
B=27.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932341220.6000.480.08132.3477.0564.12
Hex5DEA7A3C0308844d40
Octal1353521727406010204115100
Binary1011101111010101111010111100011000010001000010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,234,122); }

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

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

 a { background-color: rgb(93,234,122); }

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

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

 span { border-color: rgb(93,234,122); }

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