Html Css Color HEX #4BDD6C Emerald

📋 copy color: '#4BDD6C'

red 75 ◦ green 221 ◦ blue 108

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

Shades of Emerald #4BDD6C

Tints of Emerald #4BDD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 18.56%
G = 54.7%
B = 26.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#4BDD6C (or 0x4BDD6C) is known color: Emerald. HEX triplet: 4B, DD and 6C. RGB value is (75,221,108). Sum of RGB (Red+Green+Blue) = 75+221+108=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD6C is #B42293. Grayscale: #A4A4A4. Windows color (decimal): -11805332 or 7134539. OLE color: 7134539.

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

Color convert

RGB 75 221 108 -
CMYK 0.66 0 0.51 0.13
HSL 133.56º 0.68% 0.58% -
HSV(B) 133.56º 0.66% 0.87% -
XYZ 31.46 54.29 23.01 -
YUV 164.46 96.13 64.19 -
System Red Green Blue C M Y K H S L
Decimal 75 221 108 0.66 0 0.51 0.13 133.56 0.68 0.58
Hex 4B DD 6C 42 0 33 D 86 44 3A
Octal 113 335 154 102 0 63 15 206 104 72
Binary 1001011 11011101 1101100 1000010 0 110011 1101 10000110 1000100 111010

Color Harmonies of #4BDD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDD6C

Black with #4BDD6C

Text Example


Text Example

White with #4BDD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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