Html Css Color HEX #31FA5A Malachite

📋 copy color: '#31FA5A'

red 49 ◦ green 250 ◦ blue 90

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

Shades of Malachite #31FA5A

Tints of Malachite #31FA5A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 64.27%

 BLUE value IS 90 (35.55% from 255) = 23.14%

R = 12.6%
G = 64.27%
B = 23.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#31FA5A (or 0x31FA5A) is known color: Malachite. HEX triplet: 31, FA and 5A. RGB value is (49,250,90). Sum of RGB (Red+Green+Blue) = 49+250+90=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 250 (98.05% from 255 or 64.27% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FA5A is #CE05A5. Grayscale: #ACACAC. Windows color (decimal): -13501862 or 5962289. OLE color: 5962289.

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

Color convert

RGB 49 250 90 -
CMYK 0.80 0 0.64 0.02
HSL 132.24º 0.95% 0.59% -
HSV(B) 132.24º 0.8% 0.98% -
XYZ 37.3 69.76 21.17 -
YUV 171.66 81.91 40.51 -
System Red Green Blue C M Y K H S L
Decimal 49 250 90 0.80 0 0.64 0.02 132.24 0.95 0.59
Hex 31 FA 5A 50 0 40 2 84 5F 3B
Octal 61 372 132 120 0 100 2 204 137 73
Binary 110001 11111010 1011010 1010000 0 1000000 10 10000100 1011111 111011

Color Harmonies of #31FA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FA5A

Black with #31FA5A

Text Example


Text Example

White with #31FA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,250,90); }

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

background-color css

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

 a { background-color: rgb(49,250,90); }

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

border-color css

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

 span { border-color: rgb(49,250,90); }

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