#38E061

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

Shades of Emerald #38E061

Tints of Emerald #38E061

Color information

#38E061 (or 0x38E061) is unknown color: approx Emerald. HEX triplet: 38, E0 and 61. RGB value is (56,224,97). Sum of RGB (Red+Green+Blue) = 56+224+97=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #38E061 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E061 is #C71F9E. Grayscale: #9F9F9F. Windows color (decimal): -13049759 or 6414392. OLE color: 6414392.

HSL color Cylindrical-coordinate representation of color #38E061: hue angle of 134.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E061 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB5622497-
CMYK0.7500.570.12
HSL134.64º73.04%54.9%-
HSV(B)134.64º75%87.84%-
XYZ30.4455.0220.32-
YUV159.2992.8454.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.85%
GREEN value IS 224 (87.89% from 255) = 59.42%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=14.85%
G=59.42%
B=25.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal56224970.7500.570.12134.6473.0454.9
Hex38E0614B039C874937
Octal703401411130711420711167
Binary111000111000001100001100101101110011100100001111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,224,97); }

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

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

 a { background-color: rgb(56,224,97); }

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

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

 span { border-color: rgb(56,224,97); }

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