Html Css Color HEX #4AFD8D Emerald

📋 copy color: '#4AFD8D'

red 74 ◦ green 253 ◦ blue 141

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

Shades of Emerald #4AFD8D

Tints of Emerald #4AFD8D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.06%

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 15.81%
G = 54.06%
B = 30.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#4AFD8D (or 0x4AFD8D) is known color: Emerald. HEX triplet: 4A, FD and 8D. RGB value is (74,253,141). Sum of RGB (Red+Green+Blue) = 74+253+141=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFD8D is #B50272. Grayscale: #BABABA. Windows color (decimal): -11862643 or 9305418. OLE color: 9305418.

HSL color Cylindrical-coordinate representation of color #4AFD8D: hue angle of 142.46º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFD8D is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 253 141 -
CMYK 0.71 0 0.44 0.01
HSL 142.46º 0.98% 0.64% -
HSV(B) 142.46º 0.71% 0.99% -
XYZ 42.76 73.63 37.16 -
YUV 186.71 102.2 47.61 -
System Red Green Blue C M Y K H S L
Decimal 74 253 141 0.71 0 0.44 0.01 142.46 0.98 0.64
Hex 4A FD 8D 47 0 2C 1 8E 62 40
Octal 112 375 215 107 0 54 1 216 142 100
Binary 1001010 11111101 10001101 1000111 0 101100 1 10001110 1100010 1000000

Color Harmonies of #4AFD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFD8D

Black with #4AFD8D

Text Example


Text Example

White with #4AFD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,253,141); }

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

background-color css

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

 a { background-color: rgb(74,253,141); }

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

border-color css

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

 span { border-color: rgb(74,253,141); }

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