Html Css Color HEX #31FE5F Malachite

📋 copy color: '#31FE5F'

red 49 ◦ green 254 ◦ blue 95

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

Shades of Malachite #31FE5F

Tints of Malachite #31FE5F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 63.82%

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 12.31%
G = 63.82%
B = 23.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#31FE5F (or 0x31FE5F) is known color: Malachite. HEX triplet: 31, FE and 5F. RGB value is (49,254,95). Sum of RGB (Red+Green+Blue) = 49+254+95=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 254 (99.61% from 255 or 63.82% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FE5F is #CE01A0. Grayscale: #AFAFAF. Windows color (decimal): -13500833 or 6290993. OLE color: 6290993.

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

Color convert

RGB 49 254 95 -
CMYK 0.81 0 0.63 0.00
HSL 133.46º 0.99% 0.59% -
HSV(B) 133.46º 0.81% 1% -
XYZ 38.77 72.36 22.75 -
YUV 174.58 83.08 38.43 -
System Red Green Blue C M Y K H S L
Decimal 49 254 95 0.81 0 0.63 0.00 133.46 0.99 0.59
Hex 31 FE 5F 51 0 3F 0 85 63 3B
Octal 61 376 137 121 0 77 0 205 143 73
Binary 110001 11111110 1011111 1010001 0 111111 0 10000101 1100011 111011

Color Harmonies of #31FE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FE5F

Black with #31FE5F

Text Example


Text Example

White with #31FE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,254,95); }

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

background-color css

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

 a { background-color: rgb(49,254,95); }

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

border-color css

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

 span { border-color: rgb(49,254,95); }

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