#05CC76

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

Shades of Mountain Meadow #05CC76

Tints of Mountain Meadow #05CC76

Color information

#05CC76 (or 0x05CC76) is unknown color: approx Mountain Meadow. HEX triplet: 05, CC and 76. RGB value is (5,204,118). Sum of RGB (Red+Green+Blue) = 5+204+118=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 204 (80.08% from 255 or 62.39% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CC76 is #FA3389. Grayscale: #868686. Windows color (decimal): -16397194 or 7785477. OLE color: 7785477.

HSL color Cylindrical-coordinate representation of color #05CC76: hue angle of 154.07º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CC76 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB5204118-
CMYK0.9800.420.2
HSL154.07º95.22%40.98%-
HSV(B)154.07º97.55%80%-
XYZ24.9344.5324.42-
YUV134.7118.5735.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.53%
GREEN value IS 204 (80.08% from 255) = 62.39%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=1.53%
G=62.39%
B=36.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52041180.9800.420.2154.0795.2240.98
Hex5CC766202A149a5f29
Octal53141661420522423213751
Binary1011100110011101101100010010101010100100110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05CC76; }

 p { color: rgb(5,204,118); }

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

<style>
 a { background-color: #05CC76; }

 a { background-color: rgb(5,204,118); }

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

<style>
 span { border-color: #05CC76; }

 span { border-color: rgb(5,204,118); }

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