Html Css Color HEX #2BD765 Malachite

📋 copy color: '#2BD765'

red 43 ◦ green 215 ◦ blue 101

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

Shades of Malachite #2BD765

Tints of Malachite #2BD765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 11.98%
G = 59.89%
B = 28.13%

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

#2BD765 (or 0x2BD765) is known color: Malachite. HEX triplet: 2B, D7 and 65. RGB value is (43,215,101). Sum of RGB (Red+Green+Blue) = 43+215+101=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD765 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD765 is #D4289A. Grayscale: #969696. Windows color (decimal): -13904027 or 6674219. OLE color: 6674219.

HSL color Cylindrical-coordinate representation of color #2BD765: hue angle of 140.23º 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 #2BD765 is Cyan = 0.8, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 215 101 -
CMYK 0.8 0 0.53 0.16
HSL 140.23º 0.68% 0.51% -
HSV(B) 140.23º 0.8% 0.84% -
XYZ 27.65 50.05 20.52 -
YUV 150.58 100.02 51.27 -
System Red Green Blue C M Y K H S L
Decimal 43 215 101 0.8 0 0.53 0.16 140.23 0.68 0.51
Hex 2B D7 65 50 0 35 10 8C 44 33
Octal 53 327 145 120 0 65 20 214 104 63
Binary 101011 11010111 1100101 1010000 0 110101 10000 10001100 1000100 110011

Color Harmonies of #2BD765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD765

Black with #2BD765

Text Example


Text Example

White with #2BD765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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