#5DCB83

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

Shades of Emerald #5DCB83

Tints of Emerald #5DCB83

Color information

#5DCB83 (or 0x5DCB83) is unknown color: approx Emerald. HEX triplet: 5D, CB and 83. RGB value is (93,203,131). Sum of RGB (Red+Green+Blue) = 93+203+131=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCB83 is #A2347C. Grayscale: #A2A2A2. Windows color (decimal): -10630269 or 8637277. OLE color: 8637277.

HSL color Cylindrical-coordinate representation of color #5DCB83: hue angle of 140.73º degrees, saturation: 0.51, 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 #5DCB83 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB93203131-
CMYK0.5400.350.20
HSL140.73º51.4%58.04%-
HSV(B)140.73º54.19%79.61%-
XYZ29.9746.6828.9-
YUV161.9110.5678.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.78%
GREEN value IS 203 (79.69% from 255) = 47.54%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=21.78%
G=47.54%
B=30.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932031310.5400.350.20140.7351.458.04
Hex5DCB8336023148d333a
Octal13531320366043242156372
Binary1011101110010111000001111011001000111010010001101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,203,131); }

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

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

 a { background-color: rgb(93,203,131); }

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

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

 span { border-color: rgb(93,203,131); }

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