Html Css Color HEX #31F64F Malachite

📋 copy color: '#31F64F'

red 49 ◦ green 246 ◦ blue 79

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

Shades of Malachite #31F64F

Tints of Malachite #31F64F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 65.78%

 BLUE value IS 79 (31.25% from 255) = 21.12%

R = 13.1%
G = 65.78%
B = 21.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#31F64F (or 0x31F64F) is known color: Malachite. HEX triplet: 31, F6 and 4F. RGB value is (49,246,79). Sum of RGB (Red+Green+Blue) = 49+246+79=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 246 (96.48% from 255 or 65.78% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 246 - color contains mainly: green. Hex color #31F64F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F64F is #CE09B0. Grayscale: #A8A8A8. Windows color (decimal): -13502897 or 5240369. OLE color: 5240369.

HSL color Cylindrical-coordinate representation of color #31F64F: hue angle of 129.14º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F64F is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 246 79 -
CMYK 0.80 0 0.68 0.04
HSL 129.14º 0.92% 0.58% -
HSV(B) 129.14º 0.8% 0.96% -
XYZ 35.63 67.13 18.48 -
YUV 168.06 77.73 43.08 -
System Red Green Blue C M Y K H S L
Decimal 49 246 79 0.80 0 0.68 0.04 129.14 0.92 0.58
Hex 31 F6 4F 50 0 44 4 81 5C 3A
Octal 61 366 117 120 0 104 4 201 134 72
Binary 110001 11110110 1001111 1010000 0 1000100 100 10000001 1011100 111010

Color Harmonies of #31F64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F64F

Black with #31F64F

Text Example


Text Example

White with #31F64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,246,79); }

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

background-color css

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

 a { background-color: rgb(49,246,79); }

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

border-color css

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

 span { border-color: rgb(49,246,79); }

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