Html Css Color HEX #2BDA75 Emerald

📋 copy color: '#2BDA75'

red 43 ◦ green 218 ◦ blue 117

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

Shades of Emerald #2BDA75

Tints of Emerald #2BDA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 11.38%
G = 57.67%
B = 30.95%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#2BDA75 (or 0x2BDA75) is known color: Emerald. HEX triplet: 2B, DA and 75. RGB value is (43,218,117). Sum of RGB (Red+Green+Blue) = 43+218+117=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA75 is #D4258A. Grayscale: #9A9A9A. Windows color (decimal): -13903243 or 7723563. OLE color: 7723563.

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

Color convert

RGB 43 218 117 -
CMYK 0.80 0 0.46 0.15
HSL 145.37º 0.7% 0.51% -
HSV(B) 145.37º 0.8% 0.85% -
XYZ 29.28 51.94 25.31 -
YUV 154.16 107.02 48.71 -
System Red Green Blue C M Y K H S L
Decimal 43 218 117 0.80 0 0.46 0.15 145.37 0.7 0.51
Hex 2B DA 75 50 0 2E F 91 46 33
Octal 53 332 165 120 0 56 17 221 106 63
Binary 101011 11011010 1110101 1010000 0 101110 1111 10010001 1000110 110011

Color Harmonies of #2BDA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA75

Black with #2BDA75

Text Example


Text Example

White with #2BDA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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