Html Css Color HEX #31ED52 Malachite

📋 copy color: '#31ED52'

red 49 ◦ green 237 ◦ blue 82

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

Shades of Malachite #31ED52

Tints of Malachite #31ED52

RGB

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

 GREEN value IS 237 (92.97% from 255) = 64.4%

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 13.32%
G = 64.4%
B = 22.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#31ED52 (or 0x31ED52) is known color: Malachite. HEX triplet: 31, ED and 52. RGB value is (49,237,82). Sum of RGB (Red+Green+Blue) = 49+237+82=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 237 (92.97% from 255 or 64.40% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31ED52 is #CE12AD. Grayscale: #A3A3A3. Windows color (decimal): -13505198 or 5434673. OLE color: 5434673.

HSL color Cylindrical-coordinate representation of color #31ED52: hue angle of 130.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ED52 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 237 82 -
CMYK 0.79 0 0.65 0.07
HSL 130.53º 0.84% 0.56% -
HSV(B) 130.53º 0.79% 0.93% -
XYZ 33.07 61.83 18.17 -
YUV 163.12 82.22 46.6 -
System Red Green Blue C M Y K H S L
Decimal 49 237 82 0.79 0 0.65 0.07 130.53 0.84 0.56
Hex 31 ED 52 4F 0 41 7 83 54 38
Octal 61 355 122 117 0 101 7 203 124 70
Binary 110001 11101101 1010010 1001111 0 1000001 111 10000011 1010100 111000

Color Harmonies of #31ED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ED52

Black with #31ED52

Text Example


Text Example

White with #31ED52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,237,82); }

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

background-color css

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

 a { background-color: rgb(49,237,82); }

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

border-color css

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

 span { border-color: rgb(49,237,82); }

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