Html Css Color HEX #31F158 Malachite

📋 copy color: '#31F158'

red 49 ◦ green 241 ◦ blue 88

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

Shades of Malachite #31F158

Tints of Malachite #31F158

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.76%

 BLUE value IS 88 (34.77% from 255) = 23.28%

R = 12.96%
G = 63.76%
B = 23.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#31F158 (or 0x31F158) is known color: Malachite. HEX triplet: 31, F1 and 58. RGB value is (49,241,88). Sum of RGB (Red+Green+Blue) = 49+241+88=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #31F158 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F158 is #CE0EA7. Grayscale: #A6A6A6. Windows color (decimal): -13504168 or 5828913. OLE color: 5828913.

HSL color Cylindrical-coordinate representation of color #31F158: hue angle of 132.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F158 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 241 88 -
CMYK 0.80 0 0.63 0.05
HSL 132.19º 0.87% 0.57% -
HSV(B) 132.19º 0.8% 0.95% -
XYZ 34.48 64.27 19.82 -
YUV 166.15 83.89 44.44 -
System Red Green Blue C M Y K H S L
Decimal 49 241 88 0.80 0 0.63 0.05 132.19 0.87 0.57
Hex 31 F1 58 50 0 3F 5 84 57 39
Octal 61 361 130 120 0 77 5 204 127 71
Binary 110001 11110001 1011000 1010000 0 111111 101 10000100 1010111 111001

Color Harmonies of #31F158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F158

Black with #31F158

Text Example


Text Example

White with #31F158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,241,88); }

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

background-color css

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

 a { background-color: rgb(49,241,88); }

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

border-color css

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

 span { border-color: rgb(49,241,88); }

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