Html Css Color HEX #31CC64 Medium Sea Green

📋 copy color: '#31CC64'

red 49 ◦ green 204 ◦ blue 100

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

Shades of Medium Sea Green #31CC64

Tints of Medium Sea Green #31CC64

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.79%

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

R = 13.88%
G = 57.79%
B = 28.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#31CC64 (or 0x31CC64) is known color: Medium Sea Green. HEX triplet: 31, CC and 64. RGB value is (49,204,100). Sum of RGB (Red+Green+Blue) = 49+204+100=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #31CC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CC64 is #CE339B. Grayscale: #929292. Windows color (decimal): -13513628 or 6605873. OLE color: 6605873.

HSL color Cylindrical-coordinate representation of color #31CC64: hue angle of 139.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CC64 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 204 100 -
CMYK 0.76 0 0.51 0.2
HSL 139.74º 0.61% 0.5% -
HSV(B) 139.74º 0.76% 0.8% -
XYZ 25.16 44.76 19.37 -
YUV 145.8 102.15 58.96 -
System Red Green Blue C M Y K H S L
Decimal 49 204 100 0.76 0 0.51 0.2 139.74 0.61 0.5
Hex 31 CC 64 4C 0 33 14 8C 3D 32
Octal 61 314 144 114 0 63 24 214 75 62
Binary 110001 11001100 1100100 1001100 0 110011 10100 10001100 111101 110010

Color Harmonies of #31CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CC64

Black with #31CC64

Text Example


Text Example

White with #31CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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