Html Css Color HEX #4DBF40 Apple

📋 copy color: '#4DBF40'

red 77 ◦ green 191 ◦ blue 64

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

Shades of Apple #4DBF40

Tints of Apple #4DBF40

RGB

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

 GREEN value IS 191 (75% from 255) = 57.53%

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

R = 23.19%
G = 57.53%
B = 19.28%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#4DBF40 (or 0x4DBF40) is known color: Apple. HEX triplet: 4D, BF and 40. RGB value is (77,191,64). Sum of RGB (Red+Green+Blue) = 77+191+64=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBF40 is #B240BF. Grayscale: #8E8E8E. Windows color (decimal): -11681984 or 4243277. OLE color: 4243277.

HSL color Cylindrical-coordinate representation of color #4DBF40: hue angle of 113.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DBF40 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 191 64 -
CMYK 0.60 0 0.66 0.25
HSL 113.86º 0.5% 0.5% -
HSV(B) 113.86º 0.66% 0.75% -
XYZ 22.62 39.21 11.23 -
YUV 142.44 83.73 81.33 -
System Red Green Blue C M Y K H S L
Decimal 77 191 64 0.60 0 0.66 0.25 113.86 0.5 0.5
Hex 4D BF 40 3C 0 42 19 72 32 32
Octal 115 277 100 74 0 102 31 162 62 62
Binary 1001101 10111111 1000000 111100 0 1000010 11001 1110010 110010 110010

Color Harmonies of #4DBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBF40

Black with #4DBF40

Text Example


Text Example

White with #4DBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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