Html Css Color HEX #4ADB5F Emerald

📋 copy color: '#4ADB5F'

red 74 ◦ green 219 ◦ blue 95

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

Shades of Emerald #4ADB5F

Tints of Emerald #4ADB5F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.44%

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

R = 19.07%
G = 56.44%
B = 24.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#4ADB5F (or 0x4ADB5F) is known color: Emerald. HEX triplet: 4A, DB and 5F. RGB value is (74,219,95). Sum of RGB (Red+Green+Blue) = 74+219+95=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB5F is #B524A0. Grayscale: #A1A1A1. Windows color (decimal): -11871393 or 6282058. OLE color: 6282058.

HSL color Cylindrical-coordinate representation of color #4ADB5F: hue angle of 128.69º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADB5F is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 219 95 -
CMYK 0.66 0 0.57 0.14
HSL 128.69º 0.67% 0.57% -
HSV(B) 128.69º 0.66% 0.86% -
XYZ 30.22 52.95 19.45 -
YUV 161.51 90.46 65.58 -
System Red Green Blue C M Y K H S L
Decimal 74 219 95 0.66 0 0.57 0.14 128.69 0.67 0.57
Hex 4A DB 5F 42 0 39 E 81 43 39
Octal 112 333 137 102 0 71 16 201 103 71
Binary 1001010 11011011 1011111 1000010 0 111001 1110 10000001 1000011 111001

Color Harmonies of #4ADB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADB5F

Black with #4ADB5F

Text Example


Text Example

White with #4ADB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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