Html Css Color HEX #31F257 Malachite

📋 copy color: '#31F257'

red 49 ◦ green 242 ◦ blue 87

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

Shades of Malachite #31F257

Tints of Malachite #31F257

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.02%

 BLUE value IS 87 (34.38% from 255) = 23.02%

R = 12.96%
G = 64.02%
B = 23.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#31F257 (or 0x31F257) is known color: Malachite. HEX triplet: 31, F2 and 57. RGB value is (49,242,87). Sum of RGB (Red+Green+Blue) = 49+242+87=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 242 (94.92% from 255 or 64.02% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 242 - color contains mainly: green. Hex color #31F257 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F257 is #CE0DA8. Grayscale: #A7A7A7. Windows color (decimal): -13503913 or 5763633. OLE color: 5763633.

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

Color convert

RGB 49 242 87 -
CMYK 0.80 0 0.64 0.05
HSL 131.81º 0.88% 0.57% -
HSV(B) 131.81º 0.8% 0.95% -
XYZ 34.74 64.85 19.7 -
YUV 166.62 83.06 44.1 -
System Red Green Blue C M Y K H S L
Decimal 49 242 87 0.80 0 0.64 0.05 131.81 0.88 0.57
Hex 31 F2 57 50 0 40 5 84 58 39
Octal 61 362 127 120 0 100 5 204 130 71
Binary 110001 11110010 1010111 1010000 0 1000000 101 10000100 1011000 111001

Color Harmonies of #31F257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F257

Black with #31F257

Text Example


Text Example

White with #31F257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,242,87); }

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

background-color css

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

 a { background-color: rgb(49,242,87); }

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

border-color css

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

 span { border-color: rgb(49,242,87); }

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