Html Css Color HEX #4BDC66 Emerald

📋 copy color: '#4BDC66'

red 75 ◦ green 220 ◦ blue 102

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

Shades of Emerald #4BDC66

Tints of Emerald #4BDC66

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.42%

 BLUE value IS 102 (40.23% from 255) = 25.69%

R = 18.89%
G = 55.42%
B = 25.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#4BDC66 (or 0x4BDC66) is known color: Emerald. HEX triplet: 4B, DC and 66. RGB value is (75,220,102). Sum of RGB (Red+Green+Blue) = 75+220+102=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC66 is #B42399. Grayscale: #A3A3A3. Windows color (decimal): -11805594 or 6741067. OLE color: 6741067.

HSL color Cylindrical-coordinate representation of color #4BDC66: hue angle of 131.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDC66 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 220 102 -
CMYK 0.66 0 0.54 0.14
HSL 131.17º 0.67% 0.58% -
HSV(B) 131.17º 0.66% 0.86% -
XYZ 30.89 53.64 21.3 -
YUV 163.19 93.46 65.09 -
System Red Green Blue C M Y K H S L
Decimal 75 220 102 0.66 0 0.54 0.14 131.17 0.67 0.58
Hex 4B DC 66 42 0 36 E 83 43 3A
Octal 113 334 146 102 0 66 16 203 103 72
Binary 1001011 11011100 1100110 1000010 0 110110 1110 10000011 1000011 111010

Color Harmonies of #4BDC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC66

Black with #4BDC66

Text Example


Text Example

White with #4BDC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,220,102); }

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

background-color css

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

 a { background-color: rgb(75,220,102); }

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

border-color css

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

 span { border-color: rgb(75,220,102); }

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