#5BCF7D

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

Shades of Emerald #5BCF7D

Tints of Emerald #5BCF7D

Color information

#5BCF7D (or 0x5BCF7D) is unknown color: approx Emerald. HEX triplet: 5B, CF and 7D. RGB value is (91,207,125). Sum of RGB (Red+Green+Blue) = 91+207+125=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCF7D is #A43082. Grayscale: #A3A3A3. Windows color (decimal): -10760323 or 8245083. OLE color: 8245083.

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

Color convert

RGB91207125-
CMYK0.5600.400.19
HSL137.59º54.72%58.43%-
HSV(B)137.59º56.04%81.18%-
XYZ30.3348.3327.13-
YUV162.97106.5776.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.51%
GREEN value IS 207 (81.25% from 255) = 48.94%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=21.51%
G=48.94%
B=29.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal912071250.5600.400.19137.5954.7258.43
Hex5BCF7D38028138a373a
Octal13331717570050232126772
Binary101101111001111111110111100001010001001110001010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,207,125); }

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

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

 a { background-color: rgb(91,207,125); }

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

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

 span { border-color: rgb(91,207,125); }

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