#5DD76B

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

Shades of Emerald #5DD76B

Tints of Emerald #5DD76B

Color information

#5DD76B (or 0x5DD76B) is unknown color: approx Emerald. HEX triplet: 5D, D7 and 6B. RGB value is (93,215,107). Sum of RGB (Red+Green+Blue) = 93+215+107=415 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.41% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD76B is #A22894. Grayscale: #A6A6A6. Windows color (decimal): -10627221 or 7067485. OLE color: 7067485.

HSL color Cylindrical-coordinate representation of color #5DD76B: hue angle of 126.89º 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 #5DD76B is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB93215107-
CMYK0.5700.500.16
HSL126.89º60.4%60.39%-
HSV(B)126.89º56.74%84.31%-
XYZ31.4751.9922.29-
YUV166.2194.5875.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.41%
GREEN value IS 215 (84.38% from 255) = 51.81%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=22.41%
G=51.81%
B=25.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932151070.5700.500.16126.8960.460.39
Hex5DD76B39032107f3c3c
Octal13532715371062201777474
Binary10111011101011111010111110010110010100001111111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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