#38D482

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

Shades of Shamrock #38D482

Tints of Shamrock #38D482

Color information

#38D482 (or 0x38D482) is unknown color: approx Shamrock. HEX triplet: 38, D4 and 82. RGB value is (56,212,130). Sum of RGB (Red+Green+Blue) = 56+212+130=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 212 (83.20% from 255 or 53.27% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 212 - color contains mainly: green. Hex color #38D482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D482 is #C72B7D. Grayscale: #9C9C9C. Windows color (decimal): -13052798 or 8574008. OLE color: 8574008.

HSL color Cylindrical-coordinate representation of color #38D482: hue angle of 148.46º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D482 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB56212130-
CMYK0.7400.390.17
HSL148.46º64.46%52.55%-
HSV(B)148.46º73.58%83.14%-
XYZ29.249.5429.14-
YUV156.01113.3256.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.07%
GREEN value IS 212 (83.20% from 255) = 53.27%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=14.07%
G=53.27%
B=32.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal562121300.7400.390.17148.4664.4652.55
Hex38D4824A02711944035
Octal703242021120472122410065
Binary11100011010100100000101001010010011110001100101001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,212,130); }

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

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

 a { background-color: rgb(56,212,130); }

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

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

 span { border-color: rgb(56,212,130); }

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