#07C580

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

Shades of Mountain Meadow #07C580

Tints of Mountain Meadow #07C580

Color information

#07C580 (or 0x07C580) is unknown color: approx Mountain Meadow. HEX triplet: 07, C5 and 80. RGB value is (7,197,128). Sum of RGB (Red+Green+Blue) = 7+197+128=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #07C580 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C580 is #F83A7F. Grayscale: #848484. Windows color (decimal): -16267904 or 8439047. OLE color: 8439047.

HSL color Cylindrical-coordinate representation of color #07C580: hue angle of 158.21º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C580 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB7197128-
CMYK0.9600.350.23
HSL158.21º93.14%40%-
HSV(B)158.21º96.45%77.25%-
XYZ23.9541.5427.18-
YUV132.32125.5538.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.11%
GREEN value IS 197 (77.34% from 255) = 59.34%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=2.11%
G=59.34%
B=38.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal71971280.9600.350.23158.2193.1440
Hex7C58060023179e5d28
Octal73052001400432723613550
Binary11111000101100000001100000010001110111100111101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,197,128); }

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

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

 a { background-color: rgb(7,197,128); }

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

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

 span { border-color: rgb(7,197,128); }

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