#07C95F

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

Shades of Malachite #07C95F

Tints of Malachite #07C95F

Color information

#07C95F (or 0x07C95F) is unknown color: approx Malachite. HEX triplet: 07, C9 and 5F. RGB value is (7,201,95). Sum of RGB (Red+Green+Blue) = 7+201+95=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 201 (78.91% from 255 or 66.34% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 201 - color contains mainly: green. Hex color #07C95F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C95F is #F836A0. Grayscale: #838383. Windows color (decimal): -16266913 or 6277383. OLE color: 6277383.

HSL color Cylindrical-coordinate representation of color #07C95F: hue angle of 147.22º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C95F is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB720195-
CMYK0.9700.530.21
HSL147.22º93.27%40.78%-
HSV(B)147.22º96.52%78.82%-
XYZ23.0442.6417.84-
YUV130.91107.7339.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.31%
GREEN value IS 201 (78.91% from 255) = 66.34%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=2.31%
G=66.34%
B=31.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7201950.9700.530.21147.2293.2740.78
Hex7C95F6103515935d29
Octal73111371410652522313551
Binary1111100100110111111100001011010110101100100111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,201,95); }

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

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

 a { background-color: rgb(7,201,95); }

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

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

 span { border-color: rgb(7,201,95); }

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