#38D56F

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

Shades of Emerald #38D56F

Tints of Emerald #38D56F

Color information

#38D56F (or 0x38D56F) is unknown color: approx Emerald. HEX triplet: 38, D5 and 6F. RGB value is (56,213,111). Sum of RGB (Red+Green+Blue) = 56+213+111=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 213 (83.59% from 255 or 56.05% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 213 - color contains mainly: green. Hex color #38D56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D56F is #C72A90. Grayscale: #9A9A9A. Windows color (decimal): -13052561 or 7329080. OLE color: 7329080.

HSL color Cylindrical-coordinate representation of color #38D56F: hue angle of 141.02º degrees, saturation: 0.65, 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 #38D56F is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB56213111-
CMYK0.7400.480.16
HSL141.02º65.15%52.75%-
HSV(B)141.02º73.71%83.53%-
XYZ28.2949.5823.12-
YUV154.43103.4957.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.74%
GREEN value IS 213 (83.59% from 255) = 56.05%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=14.74%
G=56.05%
B=29.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal562131110.7400.480.16141.0265.1552.75
Hex38D56F4A030108d4135
Octal703251571120602021510165
Binary1110001101010111011111001010011000010000100011011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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