#6DC055

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

Shades of Apple #6DC055

Tints of Apple #6DC055

Color information

#6DC055 (or 0x6DC055) is unknown color: approx Apple. HEX triplet: 6D, C0 and 55. RGB value is (109,192,85). Sum of RGB (Red+Green+Blue) = 109+192+85=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC055 is #923FAA. Grayscale: #9B9B9B. Windows color (decimal): -9584555 or 5619821. OLE color: 5619821.

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

Color convert

RGB10919285-
CMYK0.4300.560.25
HSL106.54º45.92%54.31%-
HSV(B)106.54º55.73%75.29%-
XYZ26.841.6115.21-
YUV154.9888.595.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.24%
GREEN value IS 192 (75.39% from 255) = 49.74%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=28.24%
G=49.74%
B=22.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109192850.4300.560.25106.5445.9254.31
Hex6DC0552B038196b2e36
Octal15530012553070311535666
Binary11011011100000010101011010110111000110011101011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,192,85); }

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

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

 a { background-color: rgb(109,192,85); }

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

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

 span { border-color: rgb(109,192,85); }

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