Html Css Color HEX #5DD07A Emerald

📋 copy color: '#5DD07A'

red 93 ◦ green 208 ◦ blue 122

#5DD07A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #5DD07A

Tints of Emerald #5DD07A

RGB

 RED value IS 93 (36.72% from 255) = 21.99%

 GREEN value IS 208 (81.64% from 255) = 49.17%

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 21.99%
G = 49.17%
B = 28.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#5DD07A (or 0x5DD07A) is known color: Emerald. HEX triplet: 5D, D0 and 7A. RGB value is (93,208,122). Sum of RGB (Red+Green+Blue) = 93+208+122=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD07A is #A22F85. Grayscale: #A4A4A4. Windows color (decimal): -10628998 or 8048733. OLE color: 8048733.

HSL color Cylindrical-coordinate representation of color #5DD07A: hue angle of 135.13º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD07A is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 208 122 -
CMYK 0.55 0 0.41 0.18
HSL 135.13º 0.55% 0.59% -
HSV(B) 135.13º 0.55% 0.82% -
XYZ 30.58 48.84 26.23 -
YUV 163.81 104.4 77.49 -
System Red Green Blue C M Y K H S L
Decimal 93 208 122 0.55 0 0.41 0.18 135.13 0.55 0.59
Hex 5D D0 7A 37 0 29 12 87 37 3B
Octal 135 320 172 67 0 51 22 207 67 73
Binary 1011101 11010000 1111010 110111 0 101001 10010 10000111 110111 111011

Color Harmonies of #5DD07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD07A

Black with #5DD07A

Text Example


Text Example

White with #5DD07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DD07A;
 }
 .AnyTagClassName
 {
   color: #5DD07A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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