Html Css Color HEX #4ACF5E Emerald

📋 copy color: '#4ACF5E'

red 74 ◦ green 207 ◦ blue 94

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

Shades of Emerald #4ACF5E

Tints of Emerald #4ACF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 19.73%
G = 55.2%
B = 25.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#4ACF5E (or 0x4ACF5E) is known color: Emerald. HEX triplet: 4A, CF and 5E. RGB value is (74,207,94). Sum of RGB (Red+Green+Blue) = 74+207+94=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACF5E is #B530A1. Grayscale: #9A9A9A. Windows color (decimal): -11874466 or 6213450. OLE color: 6213450.

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

Color convert

RGB 74 207 94 -
CMYK 0.64 0 0.55 0.19
HSL 129.02º 0.58% 0.55% -
HSV(B) 129.02º 0.64% 0.81% -
XYZ 27.16 46.89 18.21 -
YUV 154.35 93.94 70.69 -
System Red Green Blue C M Y K H S L
Decimal 74 207 94 0.64 0 0.55 0.19 129.02 0.58 0.55
Hex 4A CF 5E 40 0 37 13 81 3A 37
Octal 112 317 136 100 0 67 23 201 72 67
Binary 1001010 11001111 1011110 1000000 0 110111 10011 10000001 111010 110111

Color Harmonies of #4ACF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACF5E

Black with #4ACF5E

Text Example


Text Example

White with #4ACF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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