#65AF4E

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

Shades of Apple #65AF4E

Tints of Apple #65AF4E

Color information

#65AF4E (or 0x65AF4E) is unknown color: approx Apple. HEX triplet: 65, AF and 4E. RGB value is (101,175,78). Sum of RGB (Red+Green+Blue) = 101+175+78=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF4E is #9A50B1. Grayscale: #8E8E8E. Windows color (decimal): -10113202 or 5156709. OLE color: 5156709.

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

Color convert

RGB10117578-
CMYK0.4200.550.31
HSL105.77º38.34%49.61%-
HSV(B)105.77º55.43%68.63%-
XYZ22.0733.9812.6-
YUV141.8291.9898.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 175 (68.75% from 255) = 49.44%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=28.53%
G=49.44%
B=22.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101175780.4200.550.31105.7738.3449.61
Hex65AF4E2A0371F6a2632
Octal14525711652067371524662
Binary11001011010111110011101010100110111111111101010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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