Html Css Color HEX #2BDD65 Malachite

📋 copy color: '#2BDD65'

red 43 ◦ green 221 ◦ blue 101

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

Shades of Malachite #2BDD65

Tints of Malachite #2BDD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.55%

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

R = 11.78%
G = 60.55%
B = 27.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#2BDD65 (or 0x2BDD65) is known color: Malachite. HEX triplet: 2B, DD and 65. RGB value is (43,221,101). Sum of RGB (Red+Green+Blue) = 43+221+101=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDD65 is #D4229A. Grayscale: #9A9A9A. Windows color (decimal): -13902491 or 6675755. OLE color: 6675755.

HSL color Cylindrical-coordinate representation of color #2BDD65: hue angle of 139.55º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDD65 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 221 101 -
CMYK 0.81 0 0.54 0.13
HSL 139.55º 0.72% 0.52% -
HSV(B) 139.55º 0.81% 0.87% -
XYZ 29.2 53.17 21.03 -
YUV 154.1 98.03 48.76 -
System Red Green Blue C M Y K H S L
Decimal 43 221 101 0.81 0 0.54 0.13 139.55 0.72 0.52
Hex 2B DD 65 51 0 36 D 8C 48 34
Octal 53 335 145 121 0 66 15 214 110 64
Binary 101011 11011101 1100101 1010001 0 110110 1101 10001100 1001000 110100

Color Harmonies of #2BDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDD65

Black with #2BDD65

Text Example


Text Example

White with #2BDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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