Html Css Color HEX #4DBA40 Apple

📋 copy color: '#4DBA40'

red 77 ◦ green 186 ◦ blue 64

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

Shades of Apple #4DBA40

Tints of Apple #4DBA40

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.88%

 BLUE value IS 64 (25.39% from 255) = 19.57%

R = 23.55%
G = 56.88%
B = 19.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#4DBA40 (or 0x4DBA40) is known color: Apple. HEX triplet: 4D, BA and 40. RGB value is (77,186,64). Sum of RGB (Red+Green+Blue) = 77+186+64=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBA40 is #B245BF. Grayscale: #8B8B8B. Windows color (decimal): -11683264 or 4241997. OLE color: 4241997.

HSL color Cylindrical-coordinate representation of color #4DBA40: hue angle of 113.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DBA40 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 186 64 -
CMYK 0.59 0 0.66 0.27
HSL 113.61º 0.49% 0.49% -
HSV(B) 113.61º 0.66% 0.73% -
XYZ 21.54 37.07 10.87 -
YUV 139.5 85.39 83.42 -
System Red Green Blue C M Y K H S L
Decimal 77 186 64 0.59 0 0.66 0.27 113.61 0.49 0.49
Hex 4D BA 40 3B 0 42 1B 72 31 31
Octal 115 272 100 73 0 102 33 162 61 61
Binary 1001101 10111010 1000000 111011 0 1000010 11011 1110010 110001 110001

Color Harmonies of #4DBA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBA40

Black with #4DBA40

Text Example


Text Example

White with #4DBA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,186,64); }

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

background-color css

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

 a { background-color: rgb(77,186,64); }

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

border-color css

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

 span { border-color: rgb(77,186,64); }

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