Html Css Color HEX #4BDD70 Emerald

📋 copy color: '#4BDD70'

red 75 ◦ green 221 ◦ blue 112

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

Shades of Emerald #4BDD70

Tints of Emerald #4BDD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.45%

R = 18.38%
G = 54.17%
B = 27.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#4BDD70 (or 0x4BDD70) is known color: Emerald. HEX triplet: 4B, DD and 70. RGB value is (75,221,112). Sum of RGB (Red+Green+Blue) = 75+221+112=408 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.38% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD70 is #B4228F. Grayscale: #A5A5A5. Windows color (decimal): -11805328 or 7396683. OLE color: 7396683.

HSL color Cylindrical-coordinate representation of color #4BDD70: hue angle of 135.21º 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 #4BDD70 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 221 112 -
CMYK 0.66 0 0.49 0.13
HSL 135.21º 0.68% 0.58% -
HSV(B) 135.21º 0.66% 0.87% -
XYZ 31.68 54.38 24.16 -
YUV 164.92 98.13 63.86 -
System Red Green Blue C M Y K H S L
Decimal 75 221 112 0.66 0 0.49 0.13 135.21 0.68 0.58
Hex 4B DD 70 42 0 31 D 87 44 3A
Octal 113 335 160 102 0 61 15 207 104 72
Binary 1001011 11011101 1110000 1000010 0 110001 1101 10000111 1000100 111010

Color Harmonies of #4BDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDD70

Black with #4BDD70

Text Example


Text Example

White with #4BDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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