Html Css Color HEX #2BD85B Malachite

📋 copy color: '#2BD85B'

red 43 ◦ green 216 ◦ blue 91

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

Shades of Malachite #2BD85B

Tints of Malachite #2BD85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 61.71%

 BLUE value IS 91 (35.94% from 255) = 26%

R = 12.29%
G = 61.71%
B = 26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#2BD85B (or 0x2BD85B) is known color: Malachite. HEX triplet: 2B, D8 and 5B. RGB value is (43,216,91). Sum of RGB (Red+Green+Blue) = 43+216+91=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 216 (84.77% from 255 or 61.71% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD85B is #D427A4. Grayscale: #969696. Windows color (decimal): -13903781 or 6019115. OLE color: 6019115.

HSL color Cylindrical-coordinate representation of color #2BD85B: hue angle of 136.65º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD85B is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 216 91 -
CMYK 0.80 0 0.58 0.15
HSL 136.65º 0.69% 0.51% -
HSV(B) 136.65º 0.8% 0.85% -
XYZ 27.44 50.38 18.18 -
YUV 150.02 94.69 51.66 -
System Red Green Blue C M Y K H S L
Decimal 43 216 91 0.80 0 0.58 0.15 136.65 0.69 0.51
Hex 2B D8 5B 50 0 3A F 89 45 33
Octal 53 330 133 120 0 72 17 211 105 63
Binary 101011 11011000 1011011 1010000 0 111010 1111 10001001 1000101 110011

Color Harmonies of #2BD85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD85B

Black with #2BD85B

Text Example


Text Example

White with #2BD85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,216,91); }

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

background-color css

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

 a { background-color: rgb(43,216,91); }

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

border-color css

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

 span { border-color: rgb(43,216,91); }

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