#38D88D

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

Shades of Shamrock #38D88D

Tints of Shamrock #38D88D

Color information

#38D88D (or 0x38D88D) is unknown color: approx Shamrock. HEX triplet: 38, D8 and 8D. RGB value is (56,216,141). Sum of RGB (Red+Green+Blue) = 56+216+141=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #38D88D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D88D is #C72772. Grayscale: #9F9F9F. Windows color (decimal): -13051763 or 9295928. OLE color: 9295928.

HSL color Cylindrical-coordinate representation of color #38D88D: hue angle of 151.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D88D is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB56216141-
CMYK0.7400.350.15
HSL151.88º67.23%53.33%-
HSV(B)151.88º74.07%84.71%-
XYZ30.9951.8833.58-
YUV159.61117.4954.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.56%
GREEN value IS 216 (84.77% from 255) = 52.30%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=13.56%
G=52.30%
B=34.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal562161410.7400.350.15151.8867.2353.33
Hex38D88D4A023F984335
Octal703302151120431723010365
Binary1110001101100010001101100101001000111111100110001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,216,141); }

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

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

 a { background-color: rgb(56,216,141); }

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

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

 span { border-color: rgb(56,216,141); }

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