Html Css Color HEX #5DDB75 Emerald

📋 copy color: '#5DDB75'

red 93 ◦ green 219 ◦ blue 117

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

Shades of Emerald #5DDB75

Tints of Emerald #5DDB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.05%

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 21.68%
G = 51.05%
B = 27.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#5DDB75 (or 0x5DDB75) is known color: Emerald. HEX triplet: 5D, DB and 75. RGB value is (93,219,117). Sum of RGB (Red+Green+Blue) = 93+219+117=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDB75 is #A2248A. Grayscale: #A9A9A9. Windows color (decimal): -10626187 or 7723869. OLE color: 7723869.

HSL color Cylindrical-coordinate representation of color #5DDB75: hue angle of 131.43º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDB75 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 219 117 -
CMYK 0.58 0 0.47 0.14
HSL 131.43º 0.64% 0.61% -
HSV(B) 131.43º 0.58% 0.86% -
XYZ 33.06 54.27 25.56 -
YUV 169.7 98.26 73.29 -
System Red Green Blue C M Y K H S L
Decimal 93 219 117 0.58 0 0.47 0.14 131.43 0.64 0.61
Hex 5D DB 75 3A 0 2F E 83 40 3D
Octal 135 333 165 72 0 57 16 203 100 75
Binary 1011101 11011011 1110101 111010 0 101111 1110 10000011 1000000 111101

Color Harmonies of #5DDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDB75

Black with #5DDB75

Text Example


Text Example

White with #5DDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,219,117); }

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

background-color css

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

 a { background-color: rgb(93,219,117); }

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

border-color css

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

 span { border-color: rgb(93,219,117); }

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