#38D57C

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

Shades of Emerald #38D57C

Tints of Emerald #38D57C

Color information

#38D57C (or 0x38D57C) is unknown color: approx Emerald. HEX triplet: 38, D5 and 7C. RGB value is (56,213,124). Sum of RGB (Red+Green+Blue) = 56+213+124=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #38D57C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D57C is #C72A83. Grayscale: #9C9C9C. Windows color (decimal): -13052548 or 8181048. OLE color: 8181048.

HSL color Cylindrical-coordinate representation of color #38D57C: hue angle of 145.99º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D57C is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB56213124-
CMYK0.7400.420.16
HSL145.99º65.15%52.75%-
HSV(B)145.99º73.71%83.53%-
XYZ29.0649.8827.17-
YUV155.91109.9956.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.25%
GREEN value IS 213 (83.59% from 255) = 54.20%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=14.25%
G=54.20%
B=31.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal562131240.7400.420.16145.9965.1552.75
Hex38D57C4A02A10924135
Octal703251741120522022210165
Binary1110001101010111111001001010010101010000100100101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,213,124); }

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

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

 a { background-color: rgb(56,213,124); }

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

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

 span { border-color: rgb(56,213,124); }

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