#4ADC68

Color #4ADC68 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4ADC68

Tints of Emerald #4ADC68

Color information

#4ADC68 (or 0x4ADC68) is unknown color: approx Emerald. HEX triplet: 4A, DC and 68. RGB value is (74,220,104). Sum of RGB (Red+Green+Blue) = 74+220+104=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC68 is #B52397. Grayscale: #A3A3A3. Windows color (decimal): -11871128 or 6872138. OLE color: 6872138.

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

Color convert

RGB74220104-
CMYK0.6600.530.14
HSL132.33º67.59%57.65%-
HSV(B)132.33º66.36%86.27%-
XYZ30.9253.6421.82-
YUV163.1294.6364.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.59%
GREEN value IS 220 (86.33% from 255) = 55.28%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=18.59%
G=55.28%
B=26.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal742201040.6600.530.14132.3367.5957.65
Hex4ADC6842035E84443a
Octal1123341501020651620410472
Binary1001010110111001101000100001001101011110100001001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4ADC68;
 }
 .AnyTagClassName
 {
   color: #4ADC68;
 }
</style>
background-color css

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

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

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

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

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

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