Html Css Color HEX #31BE64 Medium Sea Green

📋 copy color: '#31BE64'

red 49 ◦ green 190 ◦ blue 100

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

Shades of Medium Sea Green #31BE64

Tints of Medium Sea Green #31BE64

RGB

 RED value IS 49 (19.53% from 255) = 14.45%

 GREEN value IS 190 (74.61% from 255) = 56.05%

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 14.45%
G = 56.05%
B = 29.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#31BE64 (or 0x31BE64) is known color: Medium Sea Green. HEX triplet: 31, BE and 64. RGB value is (49,190,100). Sum of RGB (Red+Green+Blue) = 49+190+100=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BE64 is #CE419B. Grayscale: #898989. Windows color (decimal): -13517212 or 6602289. OLE color: 6602289.

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

Color convert

RGB 49 190 100 -
CMYK 0.74 0 0.47 0.25
HSL 141.7º 0.59% 0.47% -
HSV(B) 141.7º 0.74% 0.75% -
XYZ 21.98 38.4 18.31 -
YUV 137.58 106.79 64.82 -
System Red Green Blue C M Y K H S L
Decimal 49 190 100 0.74 0 0.47 0.25 141.7 0.59 0.47
Hex 31 BE 64 4A 0 2F 19 8E 3B 2F
Octal 61 276 144 112 0 57 31 216 73 57
Binary 110001 10111110 1100100 1001010 0 101111 11001 10001110 111011 101111

Color Harmonies of #31BE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BE64

Black with #31BE64

Text Example


Text Example

White with #31BE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31BE64;
 }
 .AnyTagClassName
 {
   color: #31BE64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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