#4ABF68

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

Shades of Emerald #4ABF68

Tints of Emerald #4ABF68

Color information

#4ABF68 (or 0x4ABF68) is unknown color: approx Emerald. HEX triplet: 4A, BF and 68. RGB value is (74,191,104). Sum of RGB (Red+Green+Blue) = 74+191+104=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABF68 is #B54097. Grayscale: #929292. Windows color (decimal): -11878552 or 6864714. OLE color: 6864714.

HSL color Cylindrical-coordinate representation of color #4ABF68: hue angle of 135.38º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABF68 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB74191104-
CMYK0.6100.460.25
HSL135.38º47.76%51.96%-
HSV(B)135.38º61.26%74.9%-
XYZ23.9539.7219.5-
YUV146.1104.2476.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.05%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=20.05%
G=51.76%
B=28.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741911040.6100.460.25135.3847.7651.96
Hex4ABF683D02E19873034
Octal11227715075056312076064
Binary100101010111111110100011110101011101100110000111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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