Html Css Color HEX #4ADC58 Emerald

📋 copy color: '#4ADC58'

red 74 ◦ green 220 ◦ blue 88

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

Shades of Emerald #4ADC58

Tints of Emerald #4ADC58

RGB

 RED value IS 74 (29.3% from 255) = 19.37%

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

 BLUE value IS 88 (34.77% from 255) = 23.04%

R = 19.37%
G = 57.59%
B = 23.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#4ADC58 (or 0x4ADC58) is known color: Emerald. HEX triplet: 4A, DC and 58. RGB value is (74,220,88). Sum of RGB (Red+Green+Blue) = 74+220+88=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC58 is #B523A7. Grayscale: #A1A1A1. Windows color (decimal): -11871144 or 5823562. OLE color: 5823562.

HSL color Cylindrical-coordinate representation of color #4ADC58: hue angle of 125.75º degrees, saturation: 0.68, 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 #4ADC58 is Cyan = 0.66, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 88 -
CMYK 0.66 0 0.6 0.14
HSL 125.75º 0.68% 0.58% -
HSV(B) 125.75º 0.66% 0.86% -
XYZ 30.18 53.35 17.94 -
YUV 161.3 86.63 65.73 -
System Red Green Blue C M Y K H S L
Decimal 74 220 88 0.66 0 0.6 0.14 125.75 0.68 0.58
Hex 4A DC 58 42 0 3C E 7E 44 3A
Octal 112 334 130 102 0 74 16 176 104 72
Binary 1001010 11011100 1011000 1000010 0 111100 1110 1111110 1000100 111010

Color Harmonies of #4ADC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC58

Black with #4ADC58

Text Example


Text Example

White with #4ADC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,220,88); }

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

background-color css

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

 a { background-color: rgb(74,220,88); }

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

border-color css

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

 span { border-color: rgb(74,220,88); }

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