Html Css Color HEX #31BF74 Medium Sea Green

📋 copy color: '#31BF74'

red 49 ◦ green 191 ◦ blue 116

#31BF74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #31BF74

Tints of Medium Sea Green #31BF74

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.7% from 255) = 32.58%

R = 13.76%
G = 53.65%
B = 32.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#31BF74 (or 0x31BF74) is known color: 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

RGB 49 191 116 -
CMYK 0.74 0 0.39 0.25
HSL 148.31º 0.59% 0.47% -
HSV(B) 148.31º 0.74% 0.75% -
XYZ 23.05 39.18 22.87 -
YUV 139.99 114.46 63.1 -
System Red Green Blue C M Y K H S L
Decimal 49 191 116 0.74 0 0.39 0.25 148.31 0.59 0.47
Hex 31 BF 74 4A 0 27 19 94 3B 2F
Octal 61 277 164 112 0 47 31 224 73 57
Binary 110001 10111111 1110100 1001010 0 100111 11001 10010100 111011 101111

Color Harmonies of #31BF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BF74

Black with #31BF74

Text Example


Text Example

White with #31BF74

Text Example


Text Example

HTML Codes & Css Web 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>