#31DB82

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

Shades of Shamrock #31DB82

Tints of Shamrock #31DB82

Color information

#31DB82 (or 0x31DB82) is unknown color: approx Shamrock. HEX triplet: 31, DB and 82. RGB value is (49,219,130). Sum of RGB (Red+Green+Blue) = 49+219+130=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DB82 is #CE247D. Grayscale: #9E9E9E. Windows color (decimal): -13509758 or 8575793. OLE color: 8575793.

HSL color Cylindrical-coordinate representation of color #31DB82: hue angle of 148.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DB82 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB49219130-
CMYK0.7800.410.14
HSL148.59º70.25%52.55%-
HSV(B)148.59º77.63%85.88%-
XYZ30.6352.9329.72-
YUV158.02112.1850.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.31%
GREEN value IS 219 (85.94% from 255) = 55.03%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=12.31%
G=55.03%
B=32.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal492191300.7800.410.14148.5970.2552.55
Hex31DB824E029E954635
Octal613332021160511622510665
Binary1100011101101110000010100111001010011110100101011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31DB82; }

 p { color: rgb(49,219,130); }

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

<style>
 a { background-color: #31DB82; }

 a { background-color: rgb(49,219,130); }

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

<style>
 span { border-color: #31DB82; }

 span { border-color: rgb(49,219,130); }

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