#2BD662

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

Shades of Malachite #2BD662

Tints of Malachite #2BD662

Color information

#2BD662 (or 0x2BD662) is unknown color: approx Malachite. HEX triplet: 2B, D6 and 62. RGB value is (43,214,98). Sum of RGB (Red+Green+Blue) = 43+214+98=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD662 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD662 is #D4299D. Grayscale: #959595. Windows color (decimal): -13904286 or 6477355. OLE color: 6477355.

HSL color Cylindrical-coordinate representation of color #2BD662: hue angle of 139.3º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD662 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB4321498-
CMYK0.8000.540.16
HSL139.3º67.59%50.39%-
HSV(B)139.3º79.91%83.92%-
XYZ27.2549.4919.67-
YUV149.6598.8551.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.11%
GREEN value IS 214 (83.98% from 255) = 60.28%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=12.11%
G=60.28%
B=27.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal43214980.8000.540.16139.367.5950.39
Hex2BD66250036108b4432
Octal533261421200662021310462
Binary1010111101011011000101010000011011010000100010111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,214,98); }

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

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

 a { background-color: rgb(43,214,98); }

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

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

 span { border-color: rgb(43,214,98); }

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