Html Css Color HEX #4AF682 Emerald

📋 copy color: '#4AF682'

red 74 ◦ green 246 ◦ blue 130

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

Shades of Emerald #4AF682

Tints of Emerald #4AF682

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.67%

 BLUE value IS 130 (51.17% from 255) = 28.89%

R = 16.44%
G = 54.67%
B = 28.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#4AF682 (or 0x4AF682) is known color: Emerald. HEX triplet: 4A, F6 and 82. RGB value is (74,246,130). Sum of RGB (Red+Green+Blue) = 74+246+130=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 246 (96.48% from 255 or 54.67% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF682 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF682 is #B5097D. Grayscale: #B5B5B5. Windows color (decimal): -11864446 or 8582730. OLE color: 8582730.

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

Color convert

RGB 74 246 130 -
CMYK 0.70 0 0.47 0.04
HSL 139.53º 0.91% 0.63% -
HSV(B) 139.53º 0.7% 0.96% -
XYZ 39.81 68.98 32.34 -
YUV 181.35 99.02 51.43 -
System Red Green Blue C M Y K H S L
Decimal 74 246 130 0.70 0 0.47 0.04 139.53 0.91 0.63
Hex 4A F6 82 46 0 2F 4 8C 5B 3F
Octal 112 366 202 106 0 57 4 214 133 77
Binary 1001010 11110110 10000010 1000110 0 101111 100 10001100 1011011 111111

Color Harmonies of #4AF682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF682

Black with #4AF682

Text Example


Text Example

White with #4AF682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,246,130); }

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

background-color css

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

 a { background-color: rgb(74,246,130); }

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

border-color css

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

 span { border-color: rgb(74,246,130); }

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