Html Css Color HEX #2BDA77 Emerald

📋 copy color: '#2BDA77'

red 43 ◦ green 218 ◦ blue 119

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

Shades of Emerald #2BDA77

Tints of Emerald #2BDA77

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.37%

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 11.32%
G = 57.37%
B = 31.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#2BDA77 (or 0x2BDA77) is known color: Emerald. HEX triplet: 2B, DA and 77. RGB value is (43,218,119). Sum of RGB (Red+Green+Blue) = 43+218+119=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA77 is #D42588. Grayscale: #9A9A9A. Windows color (decimal): -13903241 or 7854635. OLE color: 7854635.

HSL color Cylindrical-coordinate representation of color #2BDA77: hue angle of 146.06º degrees, saturation: 0.7, 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 #2BDA77 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 218 119 -
CMYK 0.80 0 0.45 0.15
HSL 146.06º 0.7% 0.51% -
HSV(B) 146.06º 0.8% 0.85% -
XYZ 29.4 51.99 25.94 -
YUV 154.39 108.02 48.55 -
System Red Green Blue C M Y K H S L
Decimal 43 218 119 0.80 0 0.45 0.15 146.06 0.7 0.51
Hex 2B DA 77 50 0 2D F 92 46 33
Octal 53 332 167 120 0 55 17 222 106 63
Binary 101011 11011010 1110111 1010000 0 101101 1111 10010010 1000110 110011

Color Harmonies of #2BDA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA77

Black with #2BDA77

Text Example


Text Example

White with #2BDA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,218,119); }

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

background-color css

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

 a { background-color: rgb(43,218,119); }

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

border-color css

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

 span { border-color: rgb(43,218,119); }

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