#31E686

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

Shades of Shamrock #31E686

Tints of Shamrock #31E686

Color information

#31E686 (or 0x31E686) is unknown color: approx Shamrock. HEX triplet: 31, E6 and 86. RGB value is (49,230,134). Sum of RGB (Red+Green+Blue) = 49+230+134=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 230 (90.23% from 255 or 55.69% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 230 - color contains mainly: green. Hex color #31E686 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31E686 is #CE1979. Grayscale: #A5A5A5. Windows color (decimal): -13506938 or 8840753. OLE color: 8840753.

HSL color Cylindrical-coordinate representation of color #31E686: hue angle of 148.18º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E686 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB49230134-
CMYK0.7900.420.10
HSL148.18º78.35%54.71%-
HSV(B)148.18º78.7%90.2%-
XYZ33.8758.9732.15-
YUV164.94110.5345.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.86%
GREEN value IS 230 (90.23% from 255) = 55.69%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=11.86%
G=55.69%
B=32.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal492301340.7900.420.10148.1878.3554.71
Hex31E6864F02AA944e37
Octal613462061170521222411667
Binary1100011110011010000110100111101010101010100101001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,230,134); }

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

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

 a { background-color: rgb(49,230,134); }

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

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

 span { border-color: rgb(49,230,134); }

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