Html Css Color HEX #31F355 Malachite

📋 copy color: '#31F355'

red 49 ◦ green 243 ◦ blue 85

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

Shades of Malachite #31F355

Tints of Malachite #31F355

RGB

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

 GREEN value IS 243 (95.31% from 255) = 64.46%

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

R = 13%
G = 64.46%
B = 22.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#31F355 (or 0x31F355) is known color: Malachite. HEX triplet: 31, F3 and 55. RGB value is (49,243,85). Sum of RGB (Red+Green+Blue) = 49+243+85=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 243 (95.31% from 255 or 64.46% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 243 - color contains mainly: green. Hex color #31F355 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F355 is #CE0CAA. Grayscale: #A7A7A7. Windows color (decimal): -13503659 or 5632817. OLE color: 5632817.

HSL color Cylindrical-coordinate representation of color #31F355: hue angle of 131.13º degrees, saturation: 0.89, 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 #31F355 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 243 85 -
CMYK 0.80 0 0.65 0.05
HSL 131.13º 0.89% 0.57% -
HSV(B) 131.13º 0.8% 0.95% -
XYZ 34.96 65.41 19.38 -
YUV 166.98 81.73 43.85 -
System Red Green Blue C M Y K H S L
Decimal 49 243 85 0.80 0 0.65 0.05 131.13 0.89 0.57
Hex 31 F3 55 50 0 41 5 83 59 39
Octal 61 363 125 120 0 101 5 203 131 71
Binary 110001 11110011 1010101 1010000 0 1000001 101 10000011 1011001 111001

Color Harmonies of #31F355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F355

Black with #31F355

Text Example


Text Example

White with #31F355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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