Html Css Color HEX #4ACF72 Emerald

📋 copy color: '#4ACF72'

red 74 ◦ green 207 ◦ blue 114

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

Shades of Emerald #4ACF72

Tints of Emerald #4ACF72

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.41%

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 18.73%
G = 52.41%
B = 28.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#4ACF72 (or 0x4ACF72) is known color: Emerald. HEX triplet: 4A, CF and 72. RGB value is (74,207,114). Sum of RGB (Red+Green+Blue) = 74+207+114=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACF72 is #B5308D. Grayscale: #9C9C9C. Windows color (decimal): -11874446 or 7524170. OLE color: 7524170.

HSL color Cylindrical-coordinate representation of color #4ACF72: hue angle of 138.05º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACF72 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 207 114 -
CMYK 0.64 0 0.45 0.19
HSL 138.05º 0.58% 0.55% -
HSV(B) 138.05º 0.64% 0.81% -
XYZ 28.17 47.3 23.56 -
YUV 156.63 103.94 69.06 -
System Red Green Blue C M Y K H S L
Decimal 74 207 114 0.64 0 0.45 0.19 138.05 0.58 0.55
Hex 4A CF 72 40 0 2D 13 8A 3A 37
Octal 112 317 162 100 0 55 23 212 72 67
Binary 1001010 11001111 1110010 1000000 0 101101 10011 10001010 111010 110111

Color Harmonies of #4ACF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACF72

Black with #4ACF72

Text Example


Text Example

White with #4ACF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,207,114); }

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

background-color css

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

 a { background-color: rgb(74,207,114); }

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

border-color css

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

 span { border-color: rgb(74,207,114); }

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