Html Css Color HEX #31E060 Malachite

📋 copy color: '#31E060'

red 49 ◦ green 224 ◦ blue 96

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

Shades of Malachite #31E060

Tints of Malachite #31E060

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.7%

 BLUE value IS 96 (37.89% from 255) = 26.02%

R = 13.28%
G = 60.7%
B = 26.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#31E060 (or 0x31E060) is known color: Malachite. HEX triplet: 31, E0 and 60. RGB value is (49,224,96). Sum of RGB (Red+Green+Blue) = 49+224+96=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #31E060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E060 is #CE1F9F. Grayscale: #9D9D9D. Windows color (decimal): -13508512 or 6348849. OLE color: 6348849.

HSL color Cylindrical-coordinate representation of color #31E060: hue angle of 136.11º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E060 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 224 96 -
CMYK 0.78 0 0.57 0.12
HSL 136.11º 0.74% 0.54% -
HSV(B) 136.11º 0.78% 0.88% -
XYZ 30.03 54.81 20.06 -
YUV 157.08 93.52 50.91 -
System Red Green Blue C M Y K H S L
Decimal 49 224 96 0.78 0 0.57 0.12 136.11 0.74 0.54
Hex 31 E0 60 4E 0 39 C 88 4A 36
Octal 61 340 140 116 0 71 14 210 112 66
Binary 110001 11100000 1100000 1001110 0 111001 1100 10001000 1001010 110110

Color Harmonies of #31E060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E060

Black with #31E060

Text Example


Text Example

White with #31E060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,224,96); }

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

background-color css

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

 a { background-color: rgb(49,224,96); }

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

border-color css

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

 span { border-color: rgb(49,224,96); }

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