#38EB9D

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

Shades of Shamrock #38EB9D

Tints of Shamrock #38EB9D

Color information

#38EB9D (or 0x38EB9D) is unknown color: approx Shamrock. HEX triplet: 38, EB and 9D. RGB value is (56,235,157). Sum of RGB (Red+Green+Blue) = 56+235+157=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #38EB9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EB9D is #C71462. Grayscale: #ACACAC. Windows color (decimal): -13046883 or 10349368. OLE color: 10349368.

HSL color Cylindrical-coordinate representation of color #38EB9D: hue angle of 153.85º degrees, saturation: 0.82, 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 #38EB9D is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB56235157-
CMYK0.7600.330.08
HSL153.85º81.74%57.06%-
HSV(B)153.85º76.17%92.16%-
XYZ37.4362.6942.03-
YUV172.59119.244.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.5%
GREEN value IS 235 (92.19% from 255) = 52.46%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=12.5%
G=52.46%
B=35.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal562351570.7600.330.08153.8581.7457.06
Hex38EB9D4C02189a5239
Octal703532351140411023212271
Binary1110001110101110011101100110001000011000100110101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,235,157); }

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

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

 a { background-color: rgb(56,235,157); }

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

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

 span { border-color: rgb(56,235,157); }

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