Html Css Color HEX #4ABF6B Emerald

📋 copy color: '#4ABF6B'

red 74 ◦ green 191 ◦ blue 107

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

Shades of Emerald #4ABF6B

Tints of Emerald #4ABF6B

RGB

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

 GREEN value IS 191 (75% from 255) = 51.34%

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 19.89%
G = 51.34%
B = 28.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#4ABF6B (or 0x4ABF6B) is known color: Emerald. HEX triplet: 4A, BF and 6B. RGB value is (74,191,107). Sum of RGB (Red+Green+Blue) = 74+191+107=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABF6B is #B54094. Grayscale: #929292. Windows color (decimal): -11878549 or 7061322. OLE color: 7061322.

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

Color convert

RGB 74 191 107 -
CMYK 0.61 0 0.44 0.25
HSL 136.92º 0.48% 0.52% -
HSV(B) 136.92º 0.61% 0.75% -
XYZ 24.11 39.78 20.32 -
YUV 146.44 105.74 76.33 -
System Red Green Blue C M Y K H S L
Decimal 74 191 107 0.61 0 0.44 0.25 136.92 0.48 0.52
Hex 4A BF 6B 3D 0 2C 19 89 30 34
Octal 112 277 153 75 0 54 31 211 60 64
Binary 1001010 10111111 1101011 111101 0 101100 11001 10001001 110000 110100

Color Harmonies of #4ABF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF6B

Black with #4ABF6B

Text Example


Text Example

White with #4ABF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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