Html Css Color HEX #31F96A Malachite

📋 copy color: '#31F96A'

red 49 ◦ green 249 ◦ blue 106

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

Shades of Malachite #31F96A

Tints of Malachite #31F96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 61.63%

 BLUE value IS 106 (41.8% from 255) = 26.24%

R = 12.13%
G = 61.63%
B = 26.24%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#31F96A (or 0x31F96A) is known color: Malachite. HEX triplet: 31, F9 and 6A. RGB value is (49,249,106). Sum of RGB (Red+Green+Blue) = 49+249+106=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 249 (97.66% from 255 or 61.63% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 249 - color contains mainly: green. Hex color #31F96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F96A is #CE0695. Grayscale: #ADADAD. Windows color (decimal): -13502102 or 7010609. OLE color: 7010609.

HSL color Cylindrical-coordinate representation of color #31F96A: hue angle of 137.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F96A is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 249 106 -
CMYK 0.80 0 0.57 0.02
HSL 137.1º 0.94% 0.58% -
HSV(B) 137.1º 0.8% 0.98% -
XYZ 37.74 69.44 25.05 -
YUV 172.9 90.24 39.63 -
System Red Green Blue C M Y K H S L
Decimal 49 249 106 0.80 0 0.57 0.02 137.1 0.94 0.58
Hex 31 F9 6A 50 0 39 2 89 5E 3A
Octal 61 371 152 120 0 71 2 211 136 72
Binary 110001 11111001 1101010 1010000 0 111001 10 10001001 1011110 111010

Color Harmonies of #31F96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F96A

Black with #31F96A

Text Example


Text Example

White with #31F96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,249,106); }

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

background-color css

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

 a { background-color: rgb(49,249,106); }

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

border-color css

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

 span { border-color: rgb(49,249,106); }

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