#38DD73

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

Shades of Emerald #38DD73

Tints of Emerald #38DD73

Color information

#38DD73 (or 0x38DD73) is unknown color: approx Emerald. HEX triplet: 38, DD and 73. RGB value is (56,221,115). Sum of RGB (Red+Green+Blue) = 56+221+115=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD73 is #C7228C. Grayscale: #9F9F9F. Windows color (decimal): -13050509 or 7593272. OLE color: 7593272.

HSL color Cylindrical-coordinate representation of color #38DD73: hue angle of 141.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DD73 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB56221115-
CMYK0.7500.480.13
HSL141.45º70.82%54.31%-
HSV(B)141.45º74.66%86.67%-
XYZ30.5853.7924.99-
YUV159.58102.8454.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.29%
GREEN value IS 221 (86.72% from 255) = 56.38%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=14.29%
G=56.38%
B=29.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal562211150.7500.480.13141.4570.8254.31
Hex38DD734B030D8d4736
Octal703351631130601521510766
Binary111000110111011110011100101101100001101100011011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,221,115); }

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

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

 a { background-color: rgb(56,221,115); }

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

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

 span { border-color: rgb(56,221,115); }

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