#29CC5F

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

Shades of Malachite #29CC5F

Tints of Malachite #29CC5F

Color information

#29CC5F (or 0x29CC5F) is unknown color: approx Malachite. HEX triplet: 29, CC and 5F. RGB value is (41,204,95). Sum of RGB (Red+Green+Blue) = 41+204+95=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 204 (80.08% from 255 or 60% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29CC5F is #D633A0. Grayscale: #8F8F8F. Windows color (decimal): -14037921 or 6278185. OLE color: 6278185.

HSL color Cylindrical-coordinate representation of color #29CC5F: hue angle of 139.88º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CC5F is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB4120495-
CMYK0.8000.530.2
HSL139.88º66.53%48.04%-
HSV(B)139.88º79.9%80%-
XYZ24.5744.4818.12-
YUV142.8410155.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.06%
GREEN value IS 204 (80.08% from 255) = 60%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=12.06%
G=60%
B=27.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41204950.8000.530.2139.8866.5348.04
Hex29CC5F50035148c4330
Octal513141371200652421410360
Binary1010011100110010111111010000011010110100100011001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29CC5F; }

 p { color: rgb(41,204,95); }

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

<style>
 a { background-color: #29CC5F; }

 a { background-color: rgb(41,204,95); }

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

<style>
 span { border-color: #29CC5F; }

 span { border-color: rgb(41,204,95); }

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