Html Css Color HEX #5DCC85 Emerald

📋 copy color: '#5DCC85'

red 93 ◦ green 204 ◦ blue 133

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

Shades of Emerald #5DCC85

Tints of Emerald #5DCC85

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.44%

 BLUE value IS 133 (52.34% from 255) = 30.93%

R = 21.63%
G = 47.44%
B = 30.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#5DCC85 (or 0x5DCC85) is known color: Emerald. HEX triplet: 5D, CC and 85. RGB value is (93,204,133). Sum of RGB (Red+Green+Blue) = 93+204+133=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCC85 is #A2337A. Grayscale: #A2A2A2. Windows color (decimal): -10630011 or 8768605. OLE color: 8768605.

HSL color Cylindrical-coordinate representation of color #5DCC85: hue angle of 141.62º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCC85 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 204 133 -
CMYK 0.54 0 0.35 0.2
HSL 141.62º 0.52% 0.58% -
HSV(B) 141.62º 0.54% 0.8% -
XYZ 30.34 47.21 29.7 -
YUV 162.72 111.23 78.27 -
System Red Green Blue C M Y K H S L
Decimal 93 204 133 0.54 0 0.35 0.2 141.62 0.52 0.58
Hex 5D CC 85 36 0 23 14 8E 34 3A
Octal 135 314 205 66 0 43 24 216 64 72
Binary 1011101 11001100 10000101 110110 0 100011 10100 10001110 110100 111010

Color Harmonies of #5DCC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCC85

Black with #5DCC85

Text Example


Text Example

White with #5DCC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,204,133); }

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

background-color css

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

 a { background-color: rgb(93,204,133); }

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

border-color css

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

 span { border-color: rgb(93,204,133); }

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