#5DCF7B

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

Shades of Emerald #5DCF7B

Tints of Emerald #5DCF7B

Color information

#5DCF7B (or 0x5DCF7B) is unknown color: approx Emerald. HEX triplet: 5D, CF and 7B. RGB value is (93,207,123). Sum of RGB (Red+Green+Blue) = 93+207+123=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCF7B is #A23084. Grayscale: #A3A3A3. Windows color (decimal): -10629253 or 8114013. OLE color: 8114013.

HSL color Cylindrical-coordinate representation of color #5DCF7B: hue angle of 135.79º 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 #5DCF7B is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB93207123-
CMYK0.5500.410.19
HSL135.79º54.29%58.82%-
HSV(B)135.79º55.07%81.18%-
XYZ30.448.3826.48-
YUV163.34105.2377.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.99%
GREEN value IS 207 (81.25% from 255) = 48.94%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=21.99%
G=48.94%
B=29.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932071230.5500.410.19135.7954.2958.82
Hex5DCF7B370291388363b
Octal13531717367051232106673
Binary101110111001111111101111011101010011001110001000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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