#38EC7A

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

Shades of Emerald #38EC7A

Tints of Emerald #38EC7A

Color information

#38EC7A (or 0x38EC7A) is unknown color: approx Emerald. HEX triplet: 38, EC and 7A. RGB value is (56,236,122). Sum of RGB (Red+Green+Blue) = 56+236+122=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 236 (92.58% from 255 or 57.00% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EC7A is #C71385. Grayscale: #A9A9A9. Windows color (decimal): -13046662 or 8055864. OLE color: 8055864.

HSL color Cylindrical-coordinate representation of color #38EC7A: hue angle of 142º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EC7A is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB56236122-
CMYK0.7600.480.07
HSL142º82.57%57.25%-
HSV(B)142º76.27%92.55%-
XYZ35.1462.2428.57-
YUV169.18101.3747.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.53%
GREEN value IS 236 (92.58% from 255) = 57.00%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=13.53%
G=57.00%
B=29.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562361220.7600.480.0714282.5757.25
Hex38EC7A4C03078e5339
Octal70354172114060721612371
Binary11100011101100111101010011000110000111100011101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,236,122); }

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

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

 a { background-color: rgb(56,236,122); }

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

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

 span { border-color: rgb(56,236,122); }

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