#65BF44

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

Shades of Apple #65BF44

Tints of Apple #65BF44

Color information

#65BF44 (or 0x65BF44) is unknown color: approx Apple. HEX triplet: 65, BF and 44. RGB value is (101,191,68). Sum of RGB (Red+Green+Blue) = 101+191+68=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BF44 is #9A40BB. Grayscale: #969696. Windows color (decimal): -10109116 or 4505445. OLE color: 4505445.

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

Color convert

RGB10119168-
CMYK0.4700.640.25
HSL103.9º49%50.78%-
HSV(B)103.9º64.4%74.9%-
XYZ25.0440.4511.96-
YUV150.0781.6893-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 191 (75% from 255) = 53.06%
BLUE value IS 68 (26.95% from 255) = 18.89%
R=28.06%
G=53.06%
B=18.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101191680.4700.640.25103.94950.78
Hex65BF442F04019683133
Octal145277104570100311506163
Binary110010110111111100010010111101000000110011101000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,191,68); }

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

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

 a { background-color: rgb(101,191,68); }

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

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

 span { border-color: rgb(101,191,68); }

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