Html Css Color HEX #4AD265 Emerald

📋 copy color: '#4AD265'

red 74 ◦ green 210 ◦ blue 101

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

Shades of Emerald #4AD265

Tints of Emerald #4AD265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.55%

 BLUE value IS 101 (39.84% from 255) = 26.23%

R = 19.22%
G = 54.55%
B = 26.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#4AD265 (or 0x4AD265) is known color: Emerald. HEX triplet: 4A, D2 and 65. RGB value is (74,210,101). Sum of RGB (Red+Green+Blue) = 74+210+101=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 210 (82.42% from 255 or 54.55% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD265 is #B52D9A. Grayscale: #9D9D9D. Windows color (decimal): -11873691 or 6672970. OLE color: 6672970.

HSL color Cylindrical-coordinate representation of color #4AD265: hue angle of 131.91º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD265 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 210 101 -
CMYK 0.65 0 0.52 0.18
HSL 131.91º 0.6% 0.56% -
HSV(B) 131.91º 0.65% 0.82% -
XYZ 28.22 48.49 20.18 -
YUV 156.91 96.44 68.86 -
System Red Green Blue C M Y K H S L
Decimal 74 210 101 0.65 0 0.52 0.18 131.91 0.6 0.56
Hex 4A D2 65 41 0 34 12 84 3C 38
Octal 112 322 145 101 0 64 22 204 74 70
Binary 1001010 11010010 1100101 1000001 0 110100 10010 10000100 111100 111000

Color Harmonies of #4AD265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD265

Black with #4AD265

Text Example


Text Example

White with #4AD265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,210,101); }

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

background-color css

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

 a { background-color: rgb(74,210,101); }

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

border-color css

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

 span { border-color: rgb(74,210,101); }

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