#38EF6D

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

Shades of Emerald #38EF6D

Tints of Emerald #38EF6D

Color information

#38EF6D (or 0x38EF6D) is unknown color: approx Emerald. HEX triplet: 38, EF and 6D. RGB value is (56,239,109). Sum of RGB (Red+Green+Blue) = 56+239+109=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 239 (93.75% from 255 or 59.16% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 239 - color contains mainly: green. Hex color #38EF6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EF6D is #C71092. Grayscale: #A9A9A9. Windows color (decimal): -13045907 or 7204664. OLE color: 7204664.

HSL color Cylindrical-coordinate representation of color #38EF6D: hue angle of 137.38º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EF6D is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB56239109-
CMYK0.7700.540.06
HSL137.38º85.12%57.84%-
HSV(B)137.38º76.57%93.73%-
XYZ35.2663.6824.9-
YUV169.4693.8747.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.86%
GREEN value IS 239 (93.75% from 255) = 59.16%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=13.86%
G=59.16%
B=26.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal562391090.7700.540.06137.3885.1257.84
Hex38EF6D4D036689553a
Octal70357155115066621112572
Binary11100011101111110110110011010110110110100010011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,239,109); }

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

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

 a { background-color: rgb(56,239,109); }

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

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

 span { border-color: rgb(56,239,109); }

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