#38DD6B

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

Shades of Emerald #38DD6B

Tints of Emerald #38DD6B

Color information

#38DD6B (or 0x38DD6B) is unknown color: approx Emerald. HEX triplet: 38, DD and 6B. RGB value is (56,221,107). Sum of RGB (Red+Green+Blue) = 56+221+107=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD6B is #C72294. Grayscale: #9E9E9E. Windows color (decimal): -13050517 or 7068984. OLE color: 7068984.

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

Color convert

RGB56221107-
CMYK0.7500.520.13
HSL138.55º70.82%54.31%-
HSV(B)138.55º74.66%86.67%-
XYZ30.1453.6222.67-
YUV158.6798.8454.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.58%
GREEN value IS 221 (86.72% from 255) = 57.55%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=14.58%
G=57.55%
B=27.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal562211070.7500.520.13138.5570.8254.31
Hex38DD6B4B034D8b4736
Octal703351531130641521310766
Binary111000110111011101011100101101101001101100010111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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