Html Css Color HEX #4BDB72 Emerald

📋 copy color: '#4BDB72'

red 75 ◦ green 219 ◦ blue 114

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

Shades of Emerald #4BDB72

Tints of Emerald #4BDB72

RGB

 RED value IS 75 (29.69% from 255) = 18.38%

 GREEN value IS 219 (85.94% from 255) = 53.68%

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 18.38%
G = 53.68%
B = 27.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#4BDB72 (or 0x4BDB72) is known color: Emerald. HEX triplet: 4B, DB and 72. RGB value is (75,219,114). Sum of RGB (Red+Green+Blue) = 75+219+114=408 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.38% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDB72 is #B4248D. Grayscale: #A4A4A4. Windows color (decimal): -11805838 or 7527243. OLE color: 7527243.

HSL color Cylindrical-coordinate representation of color #4BDB72: hue angle of 136.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDB72 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 219 114 -
CMYK 0.66 0 0.48 0.14
HSL 136.25º 0.67% 0.58% -
HSV(B) 136.25º 0.66% 0.86% -
XYZ 31.27 53.37 24.57 -
YUV 163.97 99.79 64.54 -
System Red Green Blue C M Y K H S L
Decimal 75 219 114 0.66 0 0.48 0.14 136.25 0.67 0.58
Hex 4B DB 72 42 0 30 E 88 43 3A
Octal 113 333 162 102 0 60 16 210 103 72
Binary 1001011 11011011 1110010 1000010 0 110000 1110 10001000 1000011 111010

Color Harmonies of #4BDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDB72

Black with #4BDB72

Text Example


Text Example

White with #4BDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BDB72; }

 p { color: rgb(75,219,114); }

 H1.HeaderClassName
 {
   color: #4BDB72;
 }
 .AnyTagClassName
 {
   color: #4BDB72;
 }
</style>

background-color css

<style>
 a { background-color: #4BDB72; }

 a { background-color: rgb(75,219,114); }

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

border-color css

<style>
 span { border-color: #4BDB72; }

 span { border-color: rgb(75,219,114); }

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