Html Css Color HEX #4ABD73 Emerald

📋 copy color: '#4ABD73'

red 74 ◦ green 189 ◦ blue 115

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

Shades of Emerald #4ABD73

Tints of Emerald #4ABD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50%

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 19.58%
G = 50%
B = 30.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#4ABD73 (or 0x4ABD73) is known color: Emerald. HEX triplet: 4A, BD and 73. RGB value is (74,189,115). Sum of RGB (Red+Green+Blue) = 74+189+115=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABD73 is #B5428C. Grayscale: #929292. Windows color (decimal): -11879053 or 7585098. OLE color: 7585098.

HSL color Cylindrical-coordinate representation of color #4ABD73: hue angle of 141.39º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABD73 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 189 115 -
CMYK 0.61 0 0.39 0.26
HSL 141.39º 0.47% 0.52% -
HSV(B) 141.39º 0.61% 0.74% -
XYZ 24.12 39.09 22.49 -
YUV 146.18 110.4 76.52 -
System Red Green Blue C M Y K H S L
Decimal 74 189 115 0.61 0 0.39 0.26 141.39 0.47 0.52
Hex 4A BD 73 3D 0 27 1A 8D 2F 34
Octal 112 275 163 75 0 47 32 215 57 64
Binary 1001010 10111101 1110011 111101 0 100111 11010 10001101 101111 110100

Color Harmonies of #4ABD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABD73

Black with #4ABD73

Text Example


Text Example

White with #4ABD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,189,115); }

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

background-color css

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

 a { background-color: rgb(74,189,115); }

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

border-color css

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

 span { border-color: rgb(74,189,115); }

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