Html Css Color HEX #31F955 Malachite

📋 copy color: '#31F955'

red 49 ◦ green 249 ◦ blue 85

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

Shades of Malachite #31F955

Tints of Malachite #31F955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.19%

R = 12.79%
G = 65.01%
B = 22.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#31F955 (or 0x31F955) is known color: Malachite. HEX triplet: 31, F9 and 55. RGB value is (49,249,85). Sum of RGB (Red+Green+Blue) = 49+249+85=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 249 (97.66% from 255 or 65.01% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 249 - color contains mainly: green. Hex color #31F955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F955 is #CE06AA. Grayscale: #AAAAAA. Windows color (decimal): -13502123 or 5634353. OLE color: 5634353.

HSL color Cylindrical-coordinate representation of color #31F955: hue angle of 130.8º 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 #31F955 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 249 85 -
CMYK 0.80 0 0.66 0.02
HSL 130.8º 0.94% 0.58% -
HSV(B) 130.8º 0.8% 0.98% -
XYZ 36.78 69.06 19.99 -
YUV 170.5 79.74 41.34 -
System Red Green Blue C M Y K H S L
Decimal 49 249 85 0.80 0 0.66 0.02 130.8 0.94 0.58
Hex 31 F9 55 50 0 42 2 83 5E 3A
Octal 61 371 125 120 0 102 2 203 136 72
Binary 110001 11111001 1010101 1010000 0 1000010 10 10000011 1011110 111010

Color Harmonies of #31F955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F955

Black with #31F955

Text Example


Text Example

White with #31F955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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