#31BF77

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

Shades of Medium Sea Green #31BF77

Tints of Medium Sea Green #31BF77

Color information

#31BF77 (or 0x31BF77) is unknown color: approx Medium Sea Green. HEX triplet: 31, BF and 77. RGB value is (49,191,119). Sum of RGB (Red+Green+Blue) = 49+191+119=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BF77 is #CE4088. Grayscale: #8C8C8C. Windows color (decimal): -13516937 or 7847729. OLE color: 7847729.

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

Color convert

RGB49191119-
CMYK0.7400.380.25
HSL149.58º59.17%47.06%-
HSV(B)149.58º74.35%74.9%-
XYZ23.2339.2523.8-
YUV140.33115.9662.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.65%
GREEN value IS 191 (75% from 255) = 53.20%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=13.65%
G=53.20%
B=33.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491911190.7400.380.25149.5859.1747.06
Hex31BF774A02619963b2f
Octal61277167112046312267357
Binary110001101111111110111100101001001101100110010110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,191,119); }

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

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

 a { background-color: rgb(49,191,119); }

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

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

 span { border-color: rgb(49,191,119); }

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