#38D87D

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

Shades of Emerald #38D87D

Tints of Emerald #38D87D

Color information

#38D87D (or 0x38D87D) is unknown color: approx Emerald. HEX triplet: 38, D8 and 7D. RGB value is (56,216,125). Sum of RGB (Red+Green+Blue) = 56+216+125=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #38D87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D87D is #C72782. Grayscale: #9D9D9D. Windows color (decimal): -13051779 or 8247352. OLE color: 8247352.

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

Color convert

RGB56216125-
CMYK0.7400.420.15
HSL145.88º67.23%53.33%-
HSV(B)145.88º74.07%84.71%-
XYZ29.8951.4327.75-
YUV157.79109.4955.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 216 (84.77% from 255) = 54.41%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=14.11%
G=54.41%
B=31.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal562161250.7400.420.15145.8867.2353.33
Hex38D87D4A02AF924335
Octal703301751120521722210365
Binary111000110110001111101100101001010101111100100101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,216,125); }

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

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

 a { background-color: rgb(56,216,125); }

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

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

 span { border-color: rgb(56,216,125); }

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