#38EA72

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

Shades of Emerald #38EA72

Tints of Emerald #38EA72

Color information

#38EA72 (or 0x38EA72) is unknown color: approx Emerald. HEX triplet: 38, EA and 72. RGB value is (56,234,114). Sum of RGB (Red+Green+Blue) = 56+234+114=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 234 (91.80% from 255 or 57.92% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 234 - color contains mainly: green. Hex color #38EA72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EA72 is #C7158D. Grayscale: #A7A7A7. Windows color (decimal): -13047182 or 7531064. OLE color: 7531064.

HSL color Cylindrical-coordinate representation of color #38EA72: hue angle of 139.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EA72 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB56234114-
CMYK0.7600.510.08
HSL139.55º80.91%56.86%-
HSV(B)139.55º76.07%91.76%-
XYZ34.0960.925.88-
YUV167.198.0348.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.86%
GREEN value IS 234 (91.80% from 255) = 57.92%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=13.86%
G=57.92%
B=28.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal562341140.7600.510.08139.5580.9156.86
Hex38EA724C03388c5139
Octal703521621140631021412171
Binary111000111010101110010100110001100111000100011001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,234,114); }

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

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

 a { background-color: rgb(56,234,114); }

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

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

 span { border-color: rgb(56,234,114); }

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