#5DCF83

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

Shades of Emerald #5DCF83

Tints of Emerald #5DCF83

Color information

#5DCF83 (or 0x5DCF83) is unknown color: approx Emerald. HEX triplet: 5D, CF and 83. RGB value is (93,207,131). Sum of RGB (Red+Green+Blue) = 93+207+131=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCF83 is #A2307C. Grayscale: #A4A4A4. Windows color (decimal): -10629245 or 8638301. OLE color: 8638301.

HSL color Cylindrical-coordinate representation of color #5DCF83: hue angle of 140º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCF83 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB93207131-
CMYK0.5500.370.19
HSL140º54.29%58.82%-
HSV(B)140º55.07%81.18%-
XYZ30.9248.5929.22-
YUV164.25109.2377.18-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.58%
GREEN value IS 207 (81.25% from 255) = 48.03%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=21.58%
G=48.03%
B=30.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932071310.5500.370.1914054.2958.82
Hex5DCF8337025138c363b
Octal13531720367045232146673
Binary1011101110011111000001111011101001011001110001100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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