Html Css Color HEX #31F74D Malachite

📋 copy color: '#31F74D'

red 49 ◦ green 247 ◦ blue 77

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

Shades of Malachite #31F74D

Tints of Malachite #31F74D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 66.22%

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 13.14%
G = 66.22%
B = 20.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#31F74D (or 0x31F74D) is known color: Malachite. HEX triplet: 31, F7 and 4D. RGB value is (49,247,77). Sum of RGB (Red+Green+Blue) = 49+247+77=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 247 (96.88% from 255 or 66.22% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 247 - color contains mainly: green. Hex color #31F74D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F74D is #CE08B2. Grayscale: #A8A8A8. Windows color (decimal): -13502643 or 5109553. OLE color: 5109553.

HSL color Cylindrical-coordinate representation of color #31F74D: hue angle of 128.48º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F74D is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 247 77 -
CMYK 0.80 0 0.69 0.03
HSL 128.48º 0.93% 0.58% -
HSV(B) 128.48º 0.8% 0.97% -
XYZ 35.87 67.71 18.2 -
YUV 168.42 76.4 42.82 -
System Red Green Blue C M Y K H S L
Decimal 49 247 77 0.80 0 0.69 0.03 128.48 0.93 0.58
Hex 31 F7 4D 50 0 45 3 80 5D 3A
Octal 61 367 115 120 0 105 3 200 135 72
Binary 110001 11110111 1001101 1010000 0 1000101 11 10000000 1011101 111010

Color Harmonies of #31F74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F74D

Black with #31F74D

Text Example


Text Example

White with #31F74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,247,77); }

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

background-color css

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

 a { background-color: rgb(49,247,77); }

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

border-color css

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

 span { border-color: rgb(49,247,77); }

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