#6EBF50

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

Shades of Apple #6EBF50

Tints of Apple #6EBF50

Color information

#6EBF50 (or 0x6EBF50) is unknown color: approx Apple. HEX triplet: 6E, BF and 50. RGB value is (110,191,80). Sum of RGB (Red+Green+Blue) = 110+191+80=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBF50 is #9140AF. Grayscale: #9A9A9A. Windows color (decimal): -9519280 or 5291886. OLE color: 5291886.

HSL color Cylindrical-coordinate representation of color #6EBF50: hue angle of 103.78º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6EBF50 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB11019180-
CMYK0.4200.580.25
HSL103.78º46.44%53.14%-
HSV(B)103.78º58.12%74.9%-
XYZ26.5141.1614.14-
YUV154.1386.1696.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.87%
GREEN value IS 191 (75% from 255) = 50.13%
BLUE value IS 80 (31.64% from 255) = 21.00%
R=28.87%
G=50.13%
B=21.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110191800.4200.580.25103.7846.4453.14
Hex6EBF502A03A19682e35
Octal15627712052072311505665
Binary11011101011111110100001010100111010110011101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,191,80); }

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

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

 a { background-color: rgb(110,191,80); }

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

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

 span { border-color: rgb(110,191,80); }

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