#38F87A

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

Shades of Emerald #38F87A

Tints of Emerald #38F87A

Color information

#38F87A (or 0x38F87A) is unknown color: approx Emerald. HEX triplet: 38, F8 and 7A. RGB value is (56,248,122). Sum of RGB (Red+Green+Blue) = 56+248+122=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 248 (97.27% from 255 or 58.22% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 248 - color contains mainly: green. Hex color #38F87A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F87A is #C70785. Grayscale: #B0B0B0. Windows color (decimal): -13043590 or 8058936. OLE color: 8058936.

HSL color Cylindrical-coordinate representation of color #38F87A: hue angle of 140.62º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F87A is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB56248122-
CMYK0.7700.510.03
HSL140.62º93.2%59.61%-
HSV(B)140.62º77.42%97.25%-
XYZ38.7169.3829.76-
YUV176.2397.3942.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.15%
GREEN value IS 248 (97.27% from 255) = 58.22%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=13.15%
G=58.22%
B=28.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal562481220.7700.510.03140.6293.259.61
Hex38F87A4D03338d5d3c
Octal70370172115063321513574
Binary1110001111100011110101001101011001111100011011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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