Html Css Color HEX #4BDD8E Emerald

📋 copy color: '#4BDD8E'

red 75 ◦ green 221 ◦ blue 142

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

Shades of Emerald #4BDD8E

Tints of Emerald #4BDD8E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.46%

 BLUE value IS 142 (55.86% from 255) = 32.42%

R = 17.12%
G = 50.46%
B = 32.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#4BDD8E (or 0x4BDD8E) is known color: Emerald. HEX triplet: 4B, DD and 8E. RGB value is (75,221,142). Sum of RGB (Red+Green+Blue) = 75+221+142=438 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.12% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDD8E is #B42271. Grayscale: #A8A8A8. Windows color (decimal): -11805298 or 9362763. OLE color: 9362763.

HSL color Cylindrical-coordinate representation of color #4BDD8E: hue angle of 147.53º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDD8E is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 221 142 -
CMYK 0.66 0 0.36 0.13
HSL 147.53º 0.68% 0.58% -
HSV(B) 147.53º 0.66% 0.87% -
XYZ 33.64 55.16 34.47 -
YUV 168.34 113.13 61.42 -
System Red Green Blue C M Y K H S L
Decimal 75 221 142 0.66 0 0.36 0.13 147.53 0.68 0.58
Hex 4B DD 8E 42 0 24 D 94 44 3A
Octal 113 335 216 102 0 44 15 224 104 72
Binary 1001011 11011101 10001110 1000010 0 100100 1101 10010100 1000100 111010

Color Harmonies of #4BDD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDD8E

Black with #4BDD8E

Text Example


Text Example

White with #4BDD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,221,142); }

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

background-color css

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

 a { background-color: rgb(75,221,142); }

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

border-color css

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

 span { border-color: rgb(75,221,142); }

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