#6EBD48

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

Shades of Apple #6EBD48

Tints of Apple #6EBD48

Color information

#6EBD48 (or 0x6EBD48) is unknown color: approx Apple. HEX triplet: 6E, BD and 48. RGB value is (110,189,72). Sum of RGB (Red+Green+Blue) = 110+189+72=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBD48 is #9142B7. Grayscale: #989898. Windows color (decimal): -9519800 or 4767086. OLE color: 4767086.

HSL color Cylindrical-coordinate representation of color #6EBD48: hue angle of 100.51º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6EBD48 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB11018972-
CMYK0.4200.620.26
HSL100.51º46.99%51.18%-
HSV(B)100.51º61.9%74.12%-
XYZ25.840.1812.53-
YUV152.0482.8398.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.65%
GREEN value IS 189 (74.22% from 255) = 50.94%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=29.65%
G=50.94%
B=19.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110189720.4200.620.26100.5146.9951.18
Hex6EBD482A03E1A652f33
Octal15627511052076321455763
Binary11011101011110110010001010100111110110101100101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EBD48; }

 p { color: rgb(110,189,72); }

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

<style>
 a { background-color: #6EBD48; }

 a { background-color: rgb(110,189,72); }

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

<style>
 span { border-color: #6EBD48; }

 span { border-color: rgb(110,189,72); }

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