Html Css Color HEX #4DAD34 Apple

📋 copy color: '#4DAD34'

red 77 ◦ green 173 ◦ blue 52

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

Shades of Apple #4DAD34

Tints of Apple #4DAD34

RGB

 RED value IS 77 (30.47% from 255) = 25.5%

 GREEN value IS 173 (67.97% from 255) = 57.28%

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 25.5%
G = 57.28%
B = 17.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#4DAD34 (or 0x4DAD34) is known color: Apple. HEX triplet: 4D, AD and 34. RGB value is (77,173,52). Sum of RGB (Red+Green+Blue) = 77+173+52=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAD34 is #B252CB. Grayscale: #828282. Windows color (decimal): -11686604 or 3452237. OLE color: 3452237.

HSL color Cylindrical-coordinate representation of color #4DAD34: hue angle of 107.6º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DAD34 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 173 52 -
CMYK 0.55 0 0.70 0.32
HSL 107.6º 0.54% 0.44% -
HSV(B) 107.6º 0.7% 0.68% -
XYZ 18.62 31.71 8.39 -
YUV 130.5 83.7 89.84 -
System Red Green Blue C M Y K H S L
Decimal 77 173 52 0.55 0 0.70 0.32 107.6 0.54 0.44
Hex 4D AD 34 37 0 46 20 6C 36 2C
Octal 115 255 64 67 0 106 40 154 66 54
Binary 1001101 10101101 110100 110111 0 1000110 100000 1101100 110110 101100

Color Harmonies of #4DAD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD34

Black with #4DAD34

Text Example


Text Example

White with #4DAD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,173,52); }

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

background-color css

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

 a { background-color: rgb(77,173,52); }

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

border-color css

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

 span { border-color: rgb(77,173,52); }

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