Html Css Color HEX #31CA64 Medium Sea Green

📋 copy color: '#31CA64'

red 49 ◦ green 202 ◦ blue 100

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

Shades of Medium Sea Green #31CA64

Tints of Medium Sea Green #31CA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.55%

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

R = 13.96%
G = 57.55%
B = 28.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#31CA64 (or 0x31CA64) is known color: Medium Sea Green. HEX triplet: 31, CA and 64. RGB value is (49,202,100). Sum of RGB (Red+Green+Blue) = 49+202+100=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CA64 is #CE359B. Grayscale: #909090. Windows color (decimal): -13514140 or 6605361. OLE color: 6605361.

HSL color Cylindrical-coordinate representation of color #31CA64: hue angle of 140º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA64 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 202 100 -
CMYK 0.76 0 0.50 0.21
HSL 140º 0.61% 0.49% -
HSV(B) 140º 0.76% 0.79% -
XYZ 24.69 43.81 19.21 -
YUV 144.63 102.81 59.79 -
System Red Green Blue C M Y K H S L
Decimal 49 202 100 0.76 0 0.50 0.21 140 0.61 0.49
Hex 31 CA 64 4C 0 32 15 8C 3D 31
Octal 61 312 144 114 0 62 25 214 75 61
Binary 110001 11001010 1100100 1001100 0 110010 10101 10001100 111101 110001

Color Harmonies of #31CA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CA64

Black with #31CA64

Text Example


Text Example

White with #31CA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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