Html Css Color HEX #4ACF7B Emerald

📋 copy color: '#4ACF7B'

red 74 ◦ green 207 ◦ blue 123

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

Shades of Emerald #4ACF7B

Tints of Emerald #4ACF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.45%

R = 18.32%
G = 51.24%
B = 30.45%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#4ACF7B (or 0x4ACF7B) is known color: Emerald. HEX triplet: 4A, CF and 7B. RGB value is (74,207,123). Sum of RGB (Red+Green+Blue) = 74+207+123=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACF7B is #B53084. Grayscale: #9D9D9D. Windows color (decimal): -11874437 or 8113994. OLE color: 8113994.

HSL color Cylindrical-coordinate representation of color #4ACF7B: hue angle of 142.11º 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 #4ACF7B is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 207 123 -
CMYK 0.64 0 0.41 0.19
HSL 142.11º 0.58% 0.55% -
HSV(B) 142.11º 0.64% 0.81% -
XYZ 28.71 47.51 26.4 -
YUV 157.66 108.44 68.33 -
System Red Green Blue C M Y K H S L
Decimal 74 207 123 0.64 0 0.41 0.19 142.11 0.58 0.55
Hex 4A CF 7B 40 0 29 13 8E 3A 37
Octal 112 317 173 100 0 51 23 216 72 67
Binary 1001010 11001111 1111011 1000000 0 101001 10011 10001110 111010 110111

Color Harmonies of #4ACF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACF7B

Black with #4ACF7B

Text Example


Text Example

White with #4ACF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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