#38E480

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

Shades of Emerald #38E480

Tints of Emerald #38E480

Color information

#38E480 (or 0x38E480) is unknown color: approx Emerald. HEX triplet: 38, E4 and 80. RGB value is (56,228,128). Sum of RGB (Red+Green+Blue) = 56+228+128=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 228 (89.45% from 255 or 55.34% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 228 - color contains mainly: green. Hex color #38E480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E480 is #C71B7F. Grayscale: #A5A5A5. Windows color (decimal): -13048704 or 8447032. OLE color: 8447032.

HSL color Cylindrical-coordinate representation of color #38E480: hue angle of 145.12º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E480 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB56228128-
CMYK0.7500.440.11
HSL145.12º76.11%55.69%-
HSV(B)145.12º75.44%89.41%-
XYZ33.2757.8929.84-
YUV165.17107.0250.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.59%
GREEN value IS 228 (89.45% from 255) = 55.34%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=13.59%
G=55.34%
B=31.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal562281280.7500.440.11145.1276.1155.69
Hex38E4804B02CB914c38
Octal703442001130541322111470
Binary1110001110010010000000100101101011001011100100011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,228,128); }

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

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

 a { background-color: rgb(56,228,128); }

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

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

 span { border-color: rgb(56,228,128); }

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