Html Css Color HEX #31E968 Malachite

📋 copy color: '#31E968'

red 49 ◦ green 233 ◦ blue 104

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

Shades of Malachite #31E968

Tints of Malachite #31E968

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.36%

 BLUE value IS 104 (41.02% from 255) = 26.94%

R = 12.69%
G = 60.36%
B = 26.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#31E968 (or 0x31E968) is known color: Malachite. HEX triplet: 31, E9 and 68. RGB value is (49,233,104). Sum of RGB (Red+Green+Blue) = 49+233+104=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 233 (91.41% from 255 or 60.36% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 233 - color contains mainly: green. Hex color #31E968 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E968 is #CE1697. Grayscale: #A3A3A3. Windows color (decimal): -13506200 or 6875441. OLE color: 6875441.

HSL color Cylindrical-coordinate representation of color #31E968: hue angle of 137.93º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E968 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 233 104 -
CMYK 0.79 0 0.55 0.09
HSL 137.93º 0.81% 0.55% -
HSV(B) 137.93º 0.79% 0.91% -
XYZ 32.9 59.93 22.93 -
YUV 163.28 94.54 46.49 -
System Red Green Blue C M Y K H S L
Decimal 49 233 104 0.79 0 0.55 0.09 137.93 0.81 0.55
Hex 31 E9 68 4F 0 37 9 8A 51 37
Octal 61 351 150 117 0 67 11 212 121 67
Binary 110001 11101001 1101000 1001111 0 110111 1001 10001010 1010001 110111

Color Harmonies of #31E968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E968

Black with #31E968

Text Example


Text Example

White with #31E968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,233,104); }

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

background-color css

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

 a { background-color: rgb(49,233,104); }

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

border-color css

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

 span { border-color: rgb(49,233,104); }

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