#4DBC42

Color #4DBC42 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #4DBC42

Tints of Apple #4DBC42

Color information

#4DBC42 (or 0x4DBC42) is unknown color: approx Apple. HEX triplet: 4D, BC and 42. RGB value is (77,188,66). Sum of RGB (Red+Green+Blue) = 77+188+66=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBC42 is #B243BD. Grayscale: #8D8D8D. Windows color (decimal): -11682750 or 4373581. OLE color: 4373581.

HSL color Cylindrical-coordinate representation of color #4DBC42: hue angle of 114.59º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DBC42 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB7718866-
CMYK0.5900.650.26
HSL114.59º48.03%49.8%-
HSV(B)114.59º64.89%73.73%-
XYZ22.0337.9411.32-
YUV140.985.7382.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.26%
GREEN value IS 188 (73.83% from 255) = 56.80%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=23.26%
G=56.80%
B=19.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal77188660.5900.650.26114.5948.0349.8
Hex4DBC423B0411A733032
Octal115274102730101321636062
Binary100110110111100100001011101101000001110101110011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,188,66); }

 H1.HeaderClassName
 {
   color: #4DBC42;
 }
 .AnyTagClassName
 {
   color: #4DBC42;
 }
</style>
background-color css

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

 a { background-color: rgb(77,188,66); }

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

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

 span { border-color: rgb(77,188,66); }

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