Html Css Color HEX #4ADC69 Emerald

📋 copy color: '#4ADC69'

red 74 ◦ green 220 ◦ blue 105

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

Shades of Emerald #4ADC69

Tints of Emerald #4ADC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.32%

R = 18.55%
G = 55.14%
B = 26.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#4ADC69 (or 0x4ADC69) is known color: Emerald. HEX triplet: 4A, DC and 69. RGB value is (74,220,105). Sum of RGB (Red+Green+Blue) = 74+220+105=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC69 is #B52396. Grayscale: #A3A3A3. Windows color (decimal): -11871127 or 6937674. OLE color: 6937674.

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

Color convert

RGB 74 220 105 -
CMYK 0.66 0 0.52 0.14
HSL 132.74º 0.68% 0.58% -
HSV(B) 132.74º 0.66% 0.86% -
XYZ 30.97 53.66 22.09 -
YUV 163.24 95.13 64.35 -
System Red Green Blue C M Y K H S L
Decimal 74 220 105 0.66 0 0.52 0.14 132.74 0.68 0.58
Hex 4A DC 69 42 0 34 E 85 44 3A
Octal 112 334 151 102 0 64 16 205 104 72
Binary 1001010 11011100 1101001 1000010 0 110100 1110 10000101 1000100 111010

Color Harmonies of #4ADC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC69

Black with #4ADC69

Text Example


Text Example

White with #4ADC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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