Html Css Color HEX #2BD753 Malachite

📋 copy color: '#2BD753'

red 43 ◦ green 215 ◦ blue 83

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

Shades of Malachite #2BD753

Tints of Malachite #2BD753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.34%

R = 12.61%
G = 63.05%
B = 24.34%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#2BD753 (or 0x2BD753) is known color: Malachite. HEX triplet: 2B, D7 and 53. RGB value is (43,215,83). Sum of RGB (Red+Green+Blue) = 43+215+83=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD753 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD753 is #D428AC. Grayscale: #949494. Windows color (decimal): -13904045 or 5494571. OLE color: 5494571.

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

Color convert

RGB 43 215 83 -
CMYK 0.8 0 0.61 0.16
HSL 133.95º 0.68% 0.51% -
HSV(B) 133.95º 0.8% 0.84% -
XYZ 26.86 49.74 16.37 -
YUV 148.52 91.02 52.73 -
System Red Green Blue C M Y K H S L
Decimal 43 215 83 0.8 0 0.61 0.16 133.95 0.68 0.51
Hex 2B D7 53 50 0 3D 10 86 44 33
Octal 53 327 123 120 0 75 20 206 104 63
Binary 101011 11010111 1010011 1010000 0 111101 10000 10000110 1000100 110011

Color Harmonies of #2BD753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD753

Black with #2BD753

Text Example


Text Example

White with #2BD753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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