Html Css Color HEX #31EE64 Malachite

📋 copy color: '#31EE64'

red 49 ◦ green 238 ◦ blue 100

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

Shades of Malachite #31EE64

Tints of Malachite #31EE64

RGB

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

 GREEN value IS 238 (93.36% from 255) = 61.5%

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

R = 12.66%
G = 61.5%
B = 25.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#31EE64 (or 0x31EE64) is known color: Malachite. HEX triplet: 31, EE and 64. RGB value is (49,238,100). Sum of RGB (Red+Green+Blue) = 49+238+100=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 238 (93.36% from 255 or 61.50% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 238 - color contains mainly: green. Hex color #31EE64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EE64 is #CE119B. Grayscale: #A6A6A6. Windows color (decimal): -13504924 or 6614577. OLE color: 6614577.

HSL color Cylindrical-coordinate representation of color #31EE64: hue angle of 136.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EE64 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 238 100 -
CMYK 0.79 0 0.58 0.07
HSL 136.19º 0.85% 0.56% -
HSV(B) 136.19º 0.79% 0.93% -
XYZ 34.14 62.72 22.36 -
YUV 165.76 90.88 44.72 -
System Red Green Blue C M Y K H S L
Decimal 49 238 100 0.79 0 0.58 0.07 136.19 0.85 0.56
Hex 31 EE 64 4F 0 3A 7 88 55 38
Octal 61 356 144 117 0 72 7 210 125 70
Binary 110001 11101110 1100100 1001111 0 111010 111 10001000 1010101 111000

Color Harmonies of #31EE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EE64

Black with #31EE64

Text Example


Text Example

White with #31EE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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