#65DA40

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

Shades of Apple #65DA40

Tints of Apple #65DA40

Color information

#65DA40 (or 0x65DA40) is unknown color: approx Apple. HEX triplet: 65, DA and 40. RGB value is (101,218,64). Sum of RGB (Red+Green+Blue) = 101+218+64=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #65DA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DA40 is #9A25BF. Grayscale: #A5A5A5. Windows color (decimal): -10102208 or 4250213. OLE color: 4250213.

HSL color Cylindrical-coordinate representation of color #65DA40: hue angle of 105.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65DA40 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB10121864-
CMYK0.5400.710.15
HSL105.58º67.54%55.29%-
HSV(B)105.58º70.64%85.49%-
XYZ31.3653.2813.48-
YUV165.4670.7482.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 218 (85.55% from 255) = 56.92%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=26.37%
G=56.92%
B=16.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101218640.5400.710.15105.5867.5455.29
Hex65DA4036047F6a4437
Octal1453321006601071715210467
Binary110010111011010100000011011001000111111111010101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,218,64); }

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

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

 a { background-color: rgb(101,218,64); }

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

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

 span { border-color: rgb(101,218,64); }

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