#38D16F

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

Shades of Emerald #38D16F

Tints of Emerald #38D16F

Color information

#38D16F (or 0x38D16F) is unknown color: approx Emerald. HEX triplet: 38, D1 and 6F. RGB value is (56,209,111). Sum of RGB (Red+Green+Blue) = 56+209+111=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 209 (82.03% from 255 or 55.59% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 209 - color contains mainly: green. Hex color #38D16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D16F is #C72E90. Grayscale: #989898. Windows color (decimal): -13053585 or 7328056. OLE color: 7328056.

HSL color Cylindrical-coordinate representation of color #38D16F: hue angle of 141.57º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D16F is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB56209111-
CMYK0.7300.470.18
HSL141.57º62.45%51.96%-
HSV(B)141.57º73.21%81.96%-
XYZ27.347.5922.79-
YUV152.08104.8159.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.89%
GREEN value IS 209 (82.03% from 255) = 55.59%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=14.89%
G=55.59%
B=29.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal562091110.7300.470.18141.5762.4551.96
Hex38D16F4902F128e3e34
Octal70321157111057222167664
Binary111000110100011101111100100101011111001010001110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,209,111); }

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

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

 a { background-color: rgb(56,209,111); }

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

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

 span { border-color: rgb(56,209,111); }

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