Html Css Color HEX #4AF884 Emerald

📋 copy color: '#4AF884'

red 74 ◦ green 248 ◦ blue 132

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

Shades of Emerald #4AF884

Tints of Emerald #4AF884

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.63%

 BLUE value IS 132 (51.95% from 255) = 29.07%

R = 16.3%
G = 54.63%
B = 29.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#4AF884 (or 0x4AF884) is known color: Emerald. HEX triplet: 4A, F8 and 84. RGB value is (74,248,132). Sum of RGB (Red+Green+Blue) = 74+248+132=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 248 (97.27% from 255 or 54.63% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF884 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF884 is #B5077B. Grayscale: #B7B7B7. Windows color (decimal): -11863932 or 8714314. OLE color: 8714314.

HSL color Cylindrical-coordinate representation of color #4AF884: hue angle of 140º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF884 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 248 132 -
CMYK 0.70 0 0.47 0.03
HSL 140º 0.93% 0.63% -
HSV(B) 140º 0.7% 0.97% -
XYZ 40.56 70.26 33.25 -
YUV 182.75 99.35 50.43 -
System Red Green Blue C M Y K H S L
Decimal 74 248 132 0.70 0 0.47 0.03 140 0.93 0.63
Hex 4A F8 84 46 0 2F 3 8C 5D 3F
Octal 112 370 204 106 0 57 3 214 135 77
Binary 1001010 11111000 10000100 1000110 0 101111 11 10001100 1011101 111111

Color Harmonies of #4AF884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF884

Black with #4AF884

Text Example


Text Example

White with #4AF884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,248,132); }

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

background-color css

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

 a { background-color: rgb(74,248,132); }

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

border-color css

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

 span { border-color: rgb(74,248,132); }

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