Html Css Color HEX #4AC55F Emerald

📋 copy color: '#4AC55F'

red 74 ◦ green 197 ◦ blue 95

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

Shades of Emerald #4AC55F

Tints of Emerald #4AC55F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.83%

 BLUE value IS 95 (37.5% from 255) = 25.96%

R = 20.22%
G = 53.83%
B = 25.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#4AC55F (or 0x4AC55F) is known color: Emerald. HEX triplet: 4A, C5 and 5F. RGB value is (74,197,95). Sum of RGB (Red+Green+Blue) = 74+197+95=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC55F is #B53AA0. Grayscale: #949494. Windows color (decimal): -11877025 or 6276426. OLE color: 6276426.

HSL color Cylindrical-coordinate representation of color #4AC55F: hue angle of 130.24º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC55F is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 74 197 95 -
CMYK 0.62 0 0.52 0.23
HSL 130.24º 0.51% 0.53% -
HSV(B) 130.24º 0.62% 0.77% -
XYZ 24.86 42.21 17.66 -
YUV 148.6 97.75 74.79 -
System Red Green Blue C M Y K H S L
Decimal 74 197 95 0.62 0 0.52 0.23 130.24 0.51 0.53
Hex 4A C5 5F 3E 0 34 17 82 33 35
Octal 112 305 137 76 0 64 27 202 63 65
Binary 1001010 11000101 1011111 111110 0 110100 10111 10000010 110011 110101

Color Harmonies of #4AC55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC55F

Black with #4AC55F

Text Example


Text Example

White with #4AC55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,197,95); }

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

background-color css

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

 a { background-color: rgb(74,197,95); }

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

border-color css

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

 span { border-color: rgb(74,197,95); }

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