Html Css Color HEX #5BDD8A Emerald

📋 copy color: '#5BDD8A'

red 91 ◦ green 221 ◦ blue 138

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

Shades of Emerald #5BDD8A

Tints of Emerald #5BDD8A

RGB

 RED value IS 91 (35.94% from 255) = 20.22%

 GREEN value IS 221 (86.72% from 255) = 49.11%

 BLUE value IS 138 (54.3% from 255) = 30.67%

R = 20.22%
G = 49.11%
B = 30.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#5BDD8A (or 0x5BDD8A) is known color: Emerald. HEX triplet: 5B, DD and 8A. RGB value is (91,221,138). Sum of RGB (Red+Green+Blue) = 91+221+138=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDD8A is #A42275. Grayscale: #ACACAC. Windows color (decimal): -10756726 or 9100635. OLE color: 9100635.

HSL color Cylindrical-coordinate representation of color #5BDD8A: hue angle of 141.69º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDD8A is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 221 138 -
CMYK 0.59 0 0.38 0.13
HSL 141.69º 0.66% 0.61% -
HSV(B) 141.69º 0.59% 0.87% -
XYZ 34.76 55.77 32.98 -
YUV 172.67 108.43 69.75 -
System Red Green Blue C M Y K H S L
Decimal 91 221 138 0.59 0 0.38 0.13 141.69 0.66 0.61
Hex 5B DD 8A 3B 0 26 D 8E 42 3D
Octal 133 335 212 73 0 46 15 216 102 75
Binary 1011011 11011101 10001010 111011 0 100110 1101 10001110 1000010 111101

Color Harmonies of #5BDD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDD8A

Black with #5BDD8A

Text Example


Text Example

White with #5BDD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,221,138); }

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

background-color css

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

 a { background-color: rgb(91,221,138); }

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

border-color css

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

 span { border-color: rgb(91,221,138); }

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