#05CC75

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

Shades of Mountain Meadow #05CC75

Tints of Mountain Meadow #05CC75

Color information

#05CC75 (or 0x05CC75) is unknown color: approx Mountain Meadow. HEX triplet: 05, CC and 75. RGB value is (5,204,117). Sum of RGB (Red+Green+Blue) = 5+204+117=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 204 (80.08% from 255 or 62.58% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CC75 is #FA338A. Grayscale: #868686. Windows color (decimal): -16397195 or 7719941. OLE color: 7719941.

HSL color Cylindrical-coordinate representation of color #05CC75: hue angle of 153.77º 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 #05CC75 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB5204117-
CMYK0.9800.430.2
HSL153.77º95.22%40.98%-
HSV(B)153.77º97.55%80%-
XYZ24.8744.524.11-
YUV134.58118.0735.57-

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.58%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=1.53%
G=62.58%
B=35.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52041170.9800.430.2153.7795.2240.98
Hex5CC756202B149a5f29
Octal53141651420532423213751
Binary1011100110011101011100010010101110100100110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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