Html Css Color HEX #4BDD90 Emerald

📋 copy color: '#4BDD90'

red 75 ◦ green 221 ◦ blue 144

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

Shades of Emerald #4BDD90

Tints of Emerald #4BDD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 17.05%
G = 50.23%
B = 32.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#4BDD90 (or 0x4BDD90) is known color: Emerald. HEX triplet: 4B, DD and 90. RGB value is (75,221,144). Sum of RGB (Red+Green+Blue) = 75+221+144=440 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.05% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDD90 is #B4226F. Grayscale: #A8A8A8. Windows color (decimal): -11805296 or 9493835. OLE color: 9493835.

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

Color convert

RGB 75 221 144 -
CMYK 0.66 0 0.35 0.13
HSL 148.36º 0.68% 0.58% -
HSV(B) 148.36º 0.66% 0.87% -
XYZ 33.79 55.22 35.26 -
YUV 168.57 114.13 61.26 -
System Red Green Blue C M Y K H S L
Decimal 75 221 144 0.66 0 0.35 0.13 148.36 0.68 0.58
Hex 4B DD 90 42 0 23 D 94 44 3A
Octal 113 335 220 102 0 43 15 224 104 72
Binary 1001011 11011101 10010000 1000010 0 100011 1101 10010100 1000100 111010

Color Harmonies of #4BDD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDD90

Black with #4BDD90

Text Example


Text Example

White with #4BDD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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