Html Css Color HEX #4BDA82 Emerald

📋 copy color: '#4BDA82'

red 75 ◦ green 218 ◦ blue 130

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

Shades of Emerald #4BDA82

Tints of Emerald #4BDA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.73%

R = 17.73%
G = 51.54%
B = 30.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#4BDA82 (or 0x4BDA82) is known color: Emerald. HEX triplet: 4B, DA and 82. RGB value is (75,218,130). Sum of RGB (Red+Green+Blue) = 75+218+130=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDA82 is #B4257D. Grayscale: #A5A5A5. Windows color (decimal): -11806078 or 8575563. OLE color: 8575563.

HSL color Cylindrical-coordinate representation of color #4BDA82: hue angle of 143.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDA82 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 218 130 -
CMYK 0.66 0 0.40 0.15
HSL 143.08º 0.66% 0.57% -
HSV(B) 143.08º 0.66% 0.85% -
XYZ 32 53.25 29.71 -
YUV 165.21 108.12 63.66 -
System Red Green Blue C M Y K H S L
Decimal 75 218 130 0.66 0 0.40 0.15 143.08 0.66 0.57
Hex 4B DA 82 42 0 28 F 8F 42 39
Octal 113 332 202 102 0 50 17 217 102 71
Binary 1001011 11011010 10000010 1000010 0 101000 1111 10001111 1000010 111001

Color Harmonies of #4BDA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDA82

Black with #4BDA82

Text Example


Text Example

White with #4BDA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,218,130); }

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

background-color css

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

 a { background-color: rgb(75,218,130); }

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

border-color css

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

 span { border-color: rgb(75,218,130); }

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