Html Css Color HEX #31CF64 Medium Sea Green

📋 copy color: '#31CF64'

red 49 ◦ green 207 ◦ blue 100

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

Shades of Medium Sea Green #31CF64

Tints of Medium Sea Green #31CF64

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.15%

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

R = 13.76%
G = 58.15%
B = 28.09%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#31CF64 (or 0x31CF64) is known color: Medium Sea Green. HEX triplet: 31, CF and 64. RGB value is (49,207,100). Sum of RGB (Red+Green+Blue) = 49+207+100=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CF64 is #CE309B. Grayscale: #939393. Windows color (decimal): -13512860 or 6606641. OLE color: 6606641.

HSL color Cylindrical-coordinate representation of color #31CF64: hue angle of 139.37º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CF64 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 207 100 -
CMYK 0.76 0 0.52 0.19
HSL 139.37º 0.62% 0.5% -
HSV(B) 139.37º 0.76% 0.81% -
XYZ 25.88 46.2 19.61 -
YUV 147.56 101.15 57.7 -
System Red Green Blue C M Y K H S L
Decimal 49 207 100 0.76 0 0.52 0.19 139.37 0.62 0.5
Hex 31 CF 64 4C 0 34 13 8B 3E 32
Octal 61 317 144 114 0 64 23 213 76 62
Binary 110001 11001111 1100100 1001100 0 110100 10011 10001011 111110 110010

Color Harmonies of #31CF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CF64

Black with #31CF64

Text Example


Text Example

White with #31CF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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