#38DC5B

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

Shades of Emerald #38DC5B

Tints of Emerald #38DC5B

Color information

#38DC5B (or 0x38DC5B) is unknown color: approx Emerald. HEX triplet: 38, DC and 5B. RGB value is (56,220,91). Sum of RGB (Red+Green+Blue) = 56+220+91=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DC5B is #C723A4. Grayscale: #9C9C9C. Windows color (decimal): -13050789 or 6020152. OLE color: 6020152.

HSL color Cylindrical-coordinate representation of color #38DC5B: hue angle of 132.8º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC5B is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB5622091-
CMYK0.7500.590.14
HSL132.8º70.09%54.12%-
HSV(B)132.8º74.55%86.27%-
XYZ29.1152.7818.55-
YUV156.2691.1756.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 220 (86.33% from 255) = 59.95%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=15.26%
G=59.95%
B=24.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal56220910.7500.590.14132.870.0954.12
Hex38DC5B4B03BE854636
Octal703341331130731620510666
Binary111000110111001011011100101101110111110100001011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38DC5B; }

 p { color: rgb(56,220,91); }

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

<style>
 a { background-color: #38DC5B; }

 a { background-color: rgb(56,220,91); }

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

<style>
 span { border-color: #38DC5B; }

 span { border-color: rgb(56,220,91); }

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