Html Css Color HEX #4AF17D Emerald

📋 copy color: '#4AF17D'

red 74 ◦ green 241 ◦ blue 125

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

Shades of Emerald #4AF17D

Tints of Emerald #4AF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.77%

 BLUE value IS 125 (49.22% from 255) = 28.41%

R = 16.82%
G = 54.77%
B = 28.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#4AF17D (or 0x4AF17D) is known color: Emerald. HEX triplet: 4A, F1 and 7D. RGB value is (74,241,125). Sum of RGB (Red+Green+Blue) = 74+241+125=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF17D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF17D is #B50E82. Grayscale: #B2B2B2. Windows color (decimal): -11865731 or 8253770. OLE color: 8253770.

HSL color Cylindrical-coordinate representation of color #4AF17D: hue angle of 138.32º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF17D is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 241 125 -
CMYK 0.69 0 0.48 0.05
HSL 138.32º 0.86% 0.62% -
HSV(B) 138.32º 0.69% 0.95% -
XYZ 37.98 65.85 30.11 -
YUV 177.84 98.17 53.93 -
System Red Green Blue C M Y K H S L
Decimal 74 241 125 0.69 0 0.48 0.05 138.32 0.86 0.62
Hex 4A F1 7D 45 0 30 5 8A 56 3E
Octal 112 361 175 105 0 60 5 212 126 76
Binary 1001010 11110001 1111101 1000101 0 110000 101 10001010 1010110 111110

Color Harmonies of #4AF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF17D

Black with #4AF17D

Text Example


Text Example

White with #4AF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,241,125); }

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

background-color css

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

 a { background-color: rgb(74,241,125); }

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

border-color css

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

 span { border-color: rgb(74,241,125); }

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