Html Css Color HEX #4ABD7F Emerald

📋 copy color: '#4ABD7F'

red 74 ◦ green 189 ◦ blue 127

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

Shades of Emerald #4ABD7F

Tints of Emerald #4ABD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 18.97%
G = 48.46%
B = 32.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#4ABD7F (or 0x4ABD7F) is known color: Emerald. HEX triplet: 4A, BD and 7F. RGB value is (74,189,127). Sum of RGB (Red+Green+Blue) = 74+189+127=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABD7F is #B54280. Grayscale: #939393. Windows color (decimal): -11879041 or 8371530. OLE color: 8371530.

HSL color Cylindrical-coordinate representation of color #4ABD7F: hue angle of 147.65º 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 #4ABD7F is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 189 127 -
CMYK 0.61 0 0.33 0.26
HSL 147.65º 0.47% 0.52% -
HSV(B) 147.65º 0.61% 0.74% -
XYZ 24.85 39.38 26.37 -
YUV 147.55 116.4 75.54 -
System Red Green Blue C M Y K H S L
Decimal 74 189 127 0.61 0 0.33 0.26 147.65 0.47 0.52
Hex 4A BD 7F 3D 0 21 1A 94 2F 34
Octal 112 275 177 75 0 41 32 224 57 64
Binary 1001010 10111101 1111111 111101 0 100001 11010 10010100 101111 110100

Color Harmonies of #4ABD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABD7F

Black with #4ABD7F

Text Example


Text Example

White with #4ABD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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