#2CDB67

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

Shades of Malachite #2CDB67

Tints of Malachite #2CDB67

Color information

#2CDB67 (or 0x2CDB67) is unknown color: approx Malachite. HEX triplet: 2C, DB and 67. RGB value is (44,219,103). Sum of RGB (Red+Green+Blue) = 44+219+103=366 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.02% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDB67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDB67 is #D32498. Grayscale: #999999. Windows color (decimal): -13837465 or 6806316. OLE color: 6806316.

HSL color Cylindrical-coordinate representation of color #2CDB67: hue angle of 140.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDB67 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB44219103-
CMYK0.8000.530.14
HSL140.23º70.85%51.57%-
HSV(B)140.23º79.91%85.88%-
XYZ28.8252.1821.38-
YUV153.4599.5249.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.02%
GREEN value IS 219 (85.94% from 255) = 59.84%
BLUE value IS 103 (40.62% from 255) = 28.14%
R=12.02%
G=59.84%
B=28.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal442191030.8000.530.14140.2370.8551.57
Hex2CDB6750035E8c4734
Octal543331471200651621410764
Binary101100110110111100111101000001101011110100011001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CDB67; }

 p { color: rgb(44,219,103); }

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

<style>
 a { background-color: #2CDB67; }

 a { background-color: rgb(44,219,103); }

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

<style>
 span { border-color: #2CDB67; }

 span { border-color: rgb(44,219,103); }

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