Html Css Color HEX #2BD766 Malachite

📋 copy color: '#2BD766'

red 43 ◦ green 215 ◦ blue 102

#2BD766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2BD766

Tints of Malachite #2BD766

RGB

 RED value IS 43 (17.19% from 255) = 11.94%

 GREEN value IS 215 (84.38% from 255) = 59.72%

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 11.94%
G = 59.72%
B = 28.33%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#2BD766 (or 0x2BD766) is known color: Malachite. HEX triplet: 2B, D7 and 66. RGB value is (43,215,102). Sum of RGB (Red+Green+Blue) = 43+215+102=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD766 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD766 is #D42899. Grayscale: #969696. Windows color (decimal): -13904026 or 6739755. OLE color: 6739755.

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

Color convert

RGB 43 215 102 -
CMYK 0.8 0 0.53 0.16
HSL 140.58º 0.68% 0.51% -
HSV(B) 140.58º 0.8% 0.84% -
XYZ 27.69 50.07 20.78 -
YUV 150.69 100.52 51.19 -
System Red Green Blue C M Y K H S L
Decimal 43 215 102 0.8 0 0.53 0.16 140.58 0.68 0.51
Hex 2B D7 66 50 0 35 10 8D 44 33
Octal 53 327 146 120 0 65 20 215 104 63
Binary 101011 11010111 1100110 1010000 0 110101 10000 10001101 1000100 110011

Color Harmonies of #2BD766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD766

Black with #2BD766

Text Example


Text Example

White with #2BD766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,215,102); }

 H1.HeaderClassName
 {
   color: #2BD766;
 }
 .AnyTagClassName
 {
   color: #2BD766;
 }
</style>

background-color css

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

 a { background-color: rgb(43,215,102); }

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

border-color css

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

 span { border-color: rgb(43,215,102); }

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