#1BDD66

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

Shades of Malachite #1BDD66

Tints of Malachite #1BDD66

Color information

#1BDD66 (or 0x1BDD66) is unknown color: approx Malachite. HEX triplet: 1B, DD and 66. RGB value is (27,221,102). Sum of RGB (Red+Green+Blue) = 27+221+102=350 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.71% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDD66 is #E42299. Grayscale: #959595. Windows color (decimal): -14951066 or 6741275. OLE color: 6741275.

HSL color Cylindrical-coordinate representation of color #1BDD66: hue angle of 143.2º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDD66 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB27221102-
CMYK0.8800.540.13
HSL143.2º78.23%48.63%-
HSV(B)143.2º87.78%86.67%-
XYZ28.7152.9121.27-
YUV149.43101.2340.68-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.71%
GREEN value IS 221 (86.72% from 255) = 63.14%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=7.71%
G=63.14%
B=29.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal272211020.8800.540.13143.278.2348.63
Hex1BDD6658036D8f4e31
Octal333351461300661521711661
Binary11011110111011100110101100001101101101100011111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BDD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BDD66; }

 p { color: rgb(27,221,102); }

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

<style>
 a { background-color: #1BDD66; }

 a { background-color: rgb(27,221,102); }

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

<style>
 span { border-color: #1BDD66; }

 span { border-color: rgb(27,221,102); }

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