Html Css Color HEX #2BD755 Malachite

📋 copy color: '#2BD755'

red 43 ◦ green 215 ◦ blue 85

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

Shades of Malachite #2BD755

Tints of Malachite #2BD755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.78%

R = 12.54%
G = 62.68%
B = 24.78%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#2BD755 (or 0x2BD755) is known color: Malachite. HEX triplet: 2B, D7 and 55. RGB value is (43,215,85). Sum of RGB (Red+Green+Blue) = 43+215+85=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 215 (84.38% from 255 or 62.68% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD755 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD755 is #D428AA. Grayscale: #959595. Windows color (decimal): -13904043 or 5625643. OLE color: 5625643.

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

Color convert

RGB 43 215 85 -
CMYK 0.8 0 0.60 0.16
HSL 134.65º 0.68% 0.51% -
HSV(B) 134.65º 0.8% 0.84% -
XYZ 26.94 49.77 16.78 -
YUV 148.75 92.02 52.57 -
System Red Green Blue C M Y K H S L
Decimal 43 215 85 0.8 0 0.60 0.16 134.65 0.68 0.51
Hex 2B D7 55 50 0 3C 10 87 44 33
Octal 53 327 125 120 0 74 20 207 104 63
Binary 101011 11010111 1010101 1010000 0 111100 10000 10000111 1000100 110011

Color Harmonies of #2BD755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD755

Black with #2BD755

Text Example


Text Example

White with #2BD755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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