#65AF51

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

Shades of Apple #65AF51

Tints of Apple #65AF51

Color information

#65AF51 (or 0x65AF51) is unknown color: approx Apple. HEX triplet: 65, AF and 51. RGB value is (101,175,81). Sum of RGB (Red+Green+Blue) = 101+175+81=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF51 is #9A50AE. Grayscale: #8E8E8E. Windows color (decimal): -10113199 or 5353317. OLE color: 5353317.

HSL color Cylindrical-coordinate representation of color #65AF51: hue angle of 107.23º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65AF51 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB10117581-
CMYK0.4200.540.31
HSL107.23º37.01%50.2%-
HSV(B)107.23º53.71%68.63%-
XYZ22.1834.0213.18-
YUV142.1693.4898.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=28.29%
G=49.02%
B=22.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101175810.4200.540.31107.2337.0150.2
Hex65AF512A0361F6b2532
Octal14525712152066371534562
Binary11001011010111110100011010100110110111111101011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,175,81); }

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

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

 a { background-color: rgb(101,175,81); }

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

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

 span { border-color: rgb(101,175,81); }

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