#5DC875

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

Shades of Emerald #5DC875

Tints of Emerald #5DC875

Color information

#5DC875 (or 0x5DC875) is unknown color: approx Emerald. HEX triplet: 5D, C8 and 75. RGB value is (93,200,117). Sum of RGB (Red+Green+Blue) = 93+200+117=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC875 is #A2378A. Grayscale: #9E9E9E. Windows color (decimal): -10631051 or 7719005. OLE color: 7719005.

HSL color Cylindrical-coordinate representation of color #5DC875: hue angle of 133.46º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DC875 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB93200117-
CMYK0.5400.420.22
HSL133.46º49.31%57.45%-
HSV(B)133.46º53.5%78.43%-
XYZ28.3844.9224-
YUV158.54104.5581.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.68%
GREEN value IS 200 (78.52% from 255) = 48.78%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=22.68%
G=48.78%
B=28.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal932001170.5400.420.22133.4649.3157.45
Hex5DC8753602A16853139
Octal13531016566052262056171
Binary101110111001000111010111011001010101011010000101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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