#5DD56A

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

Shades of Emerald #5DD56A

Tints of Emerald #5DD56A

Color information

#5DD56A (or 0x5DD56A) is unknown color: approx Emerald. HEX triplet: 5D, D5 and 6A. RGB value is (93,213,106). Sum of RGB (Red+Green+Blue) = 93+213+106=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD56A is #A22A95. Grayscale: #A5A5A5. Windows color (decimal): -10627734 or 7001437. OLE color: 7001437.

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

Color convert

RGB93213106-
CMYK0.5600.500.16
HSL126.5º58.82%60%-
HSV(B)126.5º56.34%83.53%-
XYZ30.9150.9621.84-
YUV164.9294.7476.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.57%
GREEN value IS 213 (83.59% from 255) = 51.70%
BLUE value IS 106 (41.80% from 255) = 25.73%
R=22.57%
G=51.70%
B=25.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932131060.5600.500.16126.558.8260
Hex5DD56A38032107e3b3c
Octal13532515270062201767374
Binary10111011101010111010101110000110010100001111110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,213,106); }

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

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

 a { background-color: rgb(93,213,106); }

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

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

 span { border-color: rgb(93,213,106); }

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