#38d66d

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

Shades of Emerald #38D66D

Tints of Emerald #38D66D

Color information

#38D66D (or 0x38D66D) is unknown color: approx Emerald. HEX triplet: 38, D6 and 6D. RGB value is (56,214,109). Sum of RGB (Red+Green+Blue) = 56+214+109=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #38D66D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D66D is #C72992. Grayscale: #9B9B9B. Windows color (decimal): -13052307 or 7198264. OLE color: 7198264.

HSL color Cylindrical-coordinate representation of color #38D66D: hue angle of 140.13º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D66D is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB56214109-
CMYK0.7400.490.16
HSL140.13º65.83%52.94%-
HSV(B)140.13º73.83%83.92%-
XYZ28.4450.0422.63-
YUV154.79102.1557.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 214 (83.98% from 255) = 56.46%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=14.78%
G=56.46%
B=28.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal562141090.7400.490.16140.1365.8352.94
Hex38D66D4A031108c4235
Octal703261551120612021410265
Binary1110001101011011011011001010011000110000100011001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38d66d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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