Html Css Color HEX #4ADF66 Emerald

📋 copy color: '#4ADF66'

red 74 ◦ green 223 ◦ blue 102

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

Shades of Emerald #4ADF66

Tints of Emerald #4ADF66

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.89%

 BLUE value IS 102 (40.23% from 255) = 25.56%

R = 18.55%
G = 55.89%
B = 25.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#4ADF66 (or 0x4ADF66) is known color: Emerald. HEX triplet: 4A, DF and 66. RGB value is (74,223,102). Sum of RGB (Red+Green+Blue) = 74+223+102=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 223 (87.5% from 255 or 55.89% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADF66 is #B52099. Grayscale: #A4A4A4. Windows color (decimal): -11870362 or 6741834. OLE color: 6741834.

HSL color Cylindrical-coordinate representation of color #4ADF66: hue angle of 131.28º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADF66 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 223 102 -
CMYK 0.67 0 0.54 0.13
HSL 131.28º 0.7% 0.58% -
HSV(B) 131.28º 0.67% 0.87% -
XYZ 31.61 55.19 21.56 -
YUV 164.66 92.64 63.34 -
System Red Green Blue C M Y K H S L
Decimal 74 223 102 0.67 0 0.54 0.13 131.28 0.7 0.58
Hex 4A DF 66 43 0 36 D 83 46 3A
Octal 112 337 146 103 0 66 15 203 106 72
Binary 1001010 11011111 1100110 1000011 0 110110 1101 10000011 1000110 111010

Color Harmonies of #4ADF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADF66

Black with #4ADF66

Text Example


Text Example

White with #4ADF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,223,102); }

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

background-color css

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

 a { background-color: rgb(74,223,102); }

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

border-color css

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

 span { border-color: rgb(74,223,102); }

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