Html Css Color HEX #31FE4B Malachite

📋 copy color: '#31FE4B'

red 49 ◦ green 254 ◦ blue 75

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

Shades of Malachite #31FE4B

Tints of Malachite #31FE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 12.96%
G = 67.2%
B = 19.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#31FE4B (or 0x31FE4B) is known color: Malachite. HEX triplet: 31, FE and 4B. RGB value is (49,254,75). Sum of RGB (Red+Green+Blue) = 49+254+75=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 254 (99.61% from 255 or 67.20% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FE4B is #CE01B4. Grayscale: #ACACAC. Windows color (decimal): -13500853 or 4980273. OLE color: 4980273.

HSL color Cylindrical-coordinate representation of color #31FE4B: hue angle of 127.61º 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 #31FE4B is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 254 75 -
CMYK 0.81 0 0.70 0.00
HSL 127.61º 0.99% 0.59% -
HSV(B) 127.61º 0.81% 1% -
XYZ 37.98 72.04 18.56 -
YUV 172.3 73.08 40.05 -
System Red Green Blue C M Y K H S L
Decimal 49 254 75 0.81 0 0.70 0.00 127.61 0.99 0.59
Hex 31 FE 4B 51 0 46 0 80 63 3B
Octal 61 376 113 121 0 106 0 200 143 73
Binary 110001 11111110 1001011 1010001 0 1000110 0 10000000 1100011 111011

Color Harmonies of #31FE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FE4B

Black with #31FE4B

Text Example


Text Example

White with #31FE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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