#38E084

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

Shades of Shamrock #38E084

Tints of Shamrock #38E084

Color information

#38E084 (or 0x38E084) is unknown color: approx Shamrock. HEX triplet: 38, E0 and 84. RGB value is (56,224,132). Sum of RGB (Red+Green+Blue) = 56+224+132=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #38E084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E084 is #C71F7B. Grayscale: #A3A3A3. Windows color (decimal): -13049724 or 8708152. OLE color: 8708152.

HSL color Cylindrical-coordinate representation of color #38E084: hue angle of 147.14º 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 #38E084 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB56224132-
CMYK0.7500.410.12
HSL147.14º73.04%54.9%-
HSV(B)147.14º75%87.84%-
XYZ32.4555.8230.89-
YUV163.28110.3451.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.59%
GREEN value IS 224 (87.89% from 255) = 54.37%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=13.59%
G=54.37%
B=32.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal562241320.7500.410.12147.1473.0454.9
Hex38E0844B029C934937
Octal703402041130511422311167
Binary1110001110000010000100100101101010011100100100111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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