Html Css Color HEX #31F258 Malachite

📋 copy color: '#31F258'

red 49 ◦ green 242 ◦ blue 88

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

Shades of Malachite #31F258

Tints of Malachite #31F258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 12.93%
G = 63.85%
B = 23.22%

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

#31F258 (or 0x31F258) is known color: Malachite. HEX triplet: 31, F2 and 58. RGB value is (49,242,88). Sum of RGB (Red+Green+Blue) = 49+242+88=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #31F258 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F258 is #CE0DA7. Grayscale: #A7A7A7. Windows color (decimal): -13503912 or 5829169. OLE color: 5829169.

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

Color convert

RGB 49 242 88 -
CMYK 0.80 0 0.64 0.05
HSL 132.12º 0.88% 0.57% -
HSV(B) 132.12º 0.8% 0.95% -
XYZ 34.78 64.86 19.92 -
YUV 166.74 83.56 44.02 -
System Red Green Blue C M Y K H S L
Decimal 49 242 88 0.80 0 0.64 0.05 132.12 0.88 0.57
Hex 31 F2 58 50 0 40 5 84 58 39
Octal 61 362 130 120 0 100 5 204 130 71
Binary 110001 11110010 1011000 1010000 0 1000000 101 10000100 1011000 111001

Color Harmonies of #31F258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F258

Black with #31F258

Text Example


Text Example

White with #31F258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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