#31BD64

Color #31BD64 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #31BD64

Tints of Medium Sea Green #31BD64

Color information

#31BD64 (or 0x31BD64) is unknown color: approx Medium Sea Green. HEX triplet: 31, BD and 64. RGB value is (49,189,100). Sum of RGB (Red+Green+Blue) = 49+189+100=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BD64 is #CE429B. Grayscale: #898989. Windows color (decimal): -13517468 or 6602033. OLE color: 6602033.

HSL color Cylindrical-coordinate representation of color #31BD64: hue angle of 141.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BD64 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB49189100-
CMYK0.7400.470.26
HSL141.86º58.82%46.67%-
HSV(B)141.86º74.07%74.12%-
XYZ21.7637.9718.24-
YUV136.99107.1265.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.50%
GREEN value IS 189 (74.22% from 255) = 55.92%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=14.50%
G=55.92%
B=29.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491891000.7400.470.26141.8658.8246.67
Hex31BD644A02F1A8e3b2f
Octal61275144112057322167357
Binary110001101111011100100100101001011111101010001110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,189,100); }

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

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

 a { background-color: rgb(49,189,100); }

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

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

 span { border-color: rgb(49,189,100); }

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