Html Css Color HEX #31CB64 Medium Sea Green

📋 copy color: '#31CB64'

red 49 ◦ green 203 ◦ blue 100

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

Shades of Medium Sea Green #31CB64

Tints of Medium Sea Green #31CB64

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.67%

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

R = 13.92%
G = 57.67%
B = 28.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#31CB64 (or 0x31CB64) is known color: Medium Sea Green. HEX triplet: 31, CB and 64. RGB value is (49,203,100). Sum of RGB (Red+Green+Blue) = 49+203+100=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CB64 is #CE349B. Grayscale: #919191. Windows color (decimal): -13513884 or 6605617. OLE color: 6605617.

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

Color convert

RGB 49 203 100 -
CMYK 0.76 0 0.51 0.20
HSL 139.87º 0.61% 0.49% -
HSV(B) 139.87º 0.76% 0.8% -
XYZ 24.92 44.28 19.29 -
YUV 145.21 102.48 59.38 -
System Red Green Blue C M Y K H S L
Decimal 49 203 100 0.76 0 0.51 0.20 139.87 0.61 0.49
Hex 31 CB 64 4C 0 33 14 8C 3D 31
Octal 61 313 144 114 0 63 24 214 75 61
Binary 110001 11001011 1100100 1001100 0 110011 10100 10001100 111101 110001

Color Harmonies of #31CB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CB64

Black with #31CB64

Text Example


Text Example

White with #31CB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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