Html Css Color HEX #31FD55 Malachite

📋 copy color: '#31FD55'

red 49 ◦ green 253 ◦ blue 85

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

Shades of Malachite #31FD55

Tints of Malachite #31FD55

RGB

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

 GREEN value IS 253 (99.22% from 255) = 65.37%

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

R = 12.66%
G = 65.37%
B = 21.96%

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

#31FD55 (or 0x31FD55) is known color: Malachite. HEX triplet: 31, FD and 55. RGB value is (49,253,85). Sum of RGB (Red+Green+Blue) = 49+253+85=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 253 (99.22% from 255 or 65.37% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 253 - color contains mainly: green. Hex color #31FD55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FD55 is #CE02AA. Grayscale: #ADADAD. Windows color (decimal): -13501099 or 5635377. OLE color: 5635377.

HSL color Cylindrical-coordinate representation of color #31FD55: hue angle of 130.59º degrees, saturation: 0.98, 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 #31FD55 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 253 85 -
CMYK 0.81 0 0.66 0.01
HSL 130.59º 0.98% 0.59% -
HSV(B) 130.59º 0.81% 0.99% -
XYZ 38.03 71.56 20.4 -
YUV 172.85 78.41 39.66 -
System Red Green Blue C M Y K H S L
Decimal 49 253 85 0.81 0 0.66 0.01 130.59 0.98 0.59
Hex 31 FD 55 51 0 42 1 83 62 3B
Octal 61 375 125 121 0 102 1 203 142 73
Binary 110001 11111101 1010101 1010001 0 1000010 1 10000011 1100010 111011

Color Harmonies of #31FD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FD55

Black with #31FD55

Text Example


Text Example

White with #31FD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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