Html Css Color HEX #31FC55 Malachite

📋 copy color: '#31FC55'

red 49 ◦ green 252 ◦ blue 85

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

Shades of Malachite #31FC55

Tints of Malachite #31FC55

RGB

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

 GREEN value IS 252 (98.83% from 255) = 65.28%

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

R = 12.69%
G = 65.28%
B = 22.02%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#31FC55 (or 0x31FC55) is known color: Malachite. HEX triplet: 31, FC and 55. RGB value is (49,252,85). Sum of RGB (Red+Green+Blue) = 49+252+85=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 252 (98.83% from 255 or 65.28% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 252 - color contains mainly: green. Hex color #31FC55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FC55 is #CE03AA. Grayscale: #ACACAC. Windows color (decimal): -13501355 or 5635121. OLE color: 5635121.

HSL color Cylindrical-coordinate representation of color #31FC55: hue angle of 130.64º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FC55 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 252 85 -
CMYK 0.81 0 0.66 0.01
HSL 130.64º 0.97% 0.59% -
HSV(B) 130.64º 0.81% 0.99% -
XYZ 37.72 70.93 20.3 -
YUV 172.27 78.75 40.08 -
System Red Green Blue C M Y K H S L
Decimal 49 252 85 0.81 0 0.66 0.01 130.64 0.97 0.59
Hex 31 FC 55 51 0 42 1 83 61 3B
Octal 61 374 125 121 0 102 1 203 141 73
Binary 110001 11111100 1010101 1010001 0 1000010 1 10000011 1100001 111011

Color Harmonies of #31FC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FC55

Black with #31FC55

Text Example


Text Example

White with #31FC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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