#38DD72

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

Shades of Emerald #38DD72

Tints of Emerald #38DD72

Color information

#38DD72 (or 0x38DD72) is unknown color: approx Emerald. HEX triplet: 38, DD and 72. RGB value is (56,221,114). Sum of RGB (Red+Green+Blue) = 56+221+114=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD72 is #C7228D. Grayscale: #9F9F9F. Windows color (decimal): -13050510 or 7527736. OLE color: 7527736.

HSL color Cylindrical-coordinate representation of color #38DD72: hue angle of 141.09º 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 #38DD72 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB56221114-
CMYK0.7500.480.13
HSL141.09º70.82%54.31%-
HSV(B)141.09º74.66%86.67%-
XYZ30.5253.7724.69-
YUV159.47102.3454.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.32%
GREEN value IS 221 (86.72% from 255) = 56.52%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=14.32%
G=56.52%
B=29.16%

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
Decimal562211140.7500.480.13141.0970.8254.31
Hex38DD724B030D8d4736
Octal703351621130601521510766
Binary111000110111011110010100101101100001101100011011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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