#31BF74

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

Shades of Medium Sea Green #31BF74

Tints of Medium Sea Green #31BF74

Color information

#31BF74 (or 0x31BF74) is unknown color: approx Medium Sea Green. HEX triplet: 31, BF and 74. RGB value is (49,191,116). Sum of RGB (Red+Green+Blue) = 49+191+116=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BF74 is #CE408B. Grayscale: #8C8C8C. Windows color (decimal): -13516940 or 7651121. OLE color: 7651121.

HSL color Cylindrical-coordinate representation of color #31BF74: hue angle of 148.31º 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 #31BF74 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB49191116-
CMYK0.7400.390.25
HSL148.31º59.17%47.06%-
HSV(B)148.31º74.35%74.9%-
XYZ23.0539.1822.87-
YUV139.99114.4663.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.76%
GREEN value IS 191 (75% from 255) = 53.65%
BLUE value IS 116 (45.70% from 255) = 32.58%
R=13.76%
G=53.65%
B=32.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491911160.7400.390.25148.3159.1747.06
Hex31BF744A02719943b2f
Octal61277164112047312247357
Binary110001101111111110100100101001001111100110010100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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