#07e131

Color #07E131 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #07E131

Tints of Malachite #07E131

Color information

#07E131 (or 0x07E131) is unknown color: approx Malachite. HEX triplet: 07, E1 and 31. RGB value is (7,225,49). Sum of RGB (Red+Green+Blue) = 7+225+49=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 225 (88.28% from 255 or 80.07% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 225 - color contains mainly: green. Hex color #07E131 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E131 is #F81ECE. Grayscale: #8C8C8C. Windows color (decimal): -16260815 or 3268871. OLE color: 3268871.

HSL color Cylindrical-coordinate representation of color #07E131: hue angle of 131.56º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E131 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB722549-
CMYK0.9700.780.12
HSL131.56º93.97%45.49%-
HSV(B)131.56º96.89%88.24%-
XYZ27.5754.1211.9-
YUV139.7576.7833.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.49%
GREEN value IS 225 (88.28% from 255) = 80.07%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=2.49%
G=80.07%
B=17.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal7225490.9700.780.12131.5693.9745.49
Hex7E1316104EC845e2d
Octal73416114101161420413655
Binary111111000011100011100001010011101100100001001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07e131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07e131; }

 p { color: rgb(7,225,49); }

 H1.HeaderClassName
 {
   color: #07e131;
 }
 .AnyTagClassName
 {
   color: #07e131;
 }
</style>
background-color css

<style>
 a { background-color: #07e131; }

 a { background-color: rgb(7,225,49); }

 div.DivClassName
 {
   background-color: #07e131;
 }
 .BgClassName
 {
   background-color: #07e131;
 }
</style>
border-color css

<style>
 span { border-color: #07e131; }

 span { border-color: rgb(7,225,49); }

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