#65C056

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

Shades of Apple #65C056

Tints of Apple #65C056

Color information

#65C056 (or 0x65C056) is unknown color: approx Apple. HEX triplet: 65, C0 and 56. RGB value is (101,192,86). Sum of RGB (Red+Green+Blue) = 101+192+86=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #65C056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C056 is #9A3FA9. Grayscale: #999999. Windows color (decimal): -10108842 or 5685349. OLE color: 5685349.

HSL color Cylindrical-coordinate representation of color #65C056: hue angle of 111.51º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65C056 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB10119286-
CMYK0.4700.550.25
HSL111.51º45.69%54.51%-
HSV(B)111.51º55.21%75.29%-
XYZ25.941.1415.38-
YUV152.7190.3591.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 192 (75.39% from 255) = 50.66%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=26.65%
G=50.66%
B=22.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101192860.4700.550.25111.5145.6954.51
Hex65C0562F03719702e37
Octal14530012657067311605667
Binary11001011100000010101101011110110111110011110000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65C056; }

 p { color: rgb(101,192,86); }

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

<style>
 a { background-color: #65C056; }

 a { background-color: rgb(101,192,86); }

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

<style>
 span { border-color: #65C056; }

 span { border-color: rgb(101,192,86); }

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