#65BD4F

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

Shades of Apple #65BD4F

Tints of Apple #65BD4F

Color information

#65BD4F (or 0x65BD4F) is unknown color: approx Apple. HEX triplet: 65, BD and 4F. RGB value is (101,189,79). Sum of RGB (Red+Green+Blue) = 101+189+79=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BD4F is #9A42B0. Grayscale: #969696. Windows color (decimal): -10109617 or 5225829. OLE color: 5225829.

HSL color Cylindrical-coordinate representation of color #65BD4F: hue angle of 108º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65BD4F is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB10118979-
CMYK0.4700.580.26
HSL108º45.45%52.55%-
HSV(B)108º58.2%74.12%-
XYZ24.9839.7313.75-
YUV150.1587.8592.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 189 (74.22% from 255) = 51.22%
BLUE value IS 79 (31.25% from 255) = 21.41%
R=27.37%
G=51.22%
B=21.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101189790.4700.580.2610845.4552.55
Hex65BD4F2F03A1A6c2d35
Octal14527511757072321545565
Binary11001011011110110011111011110111010110101101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,189,79); }

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

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

 a { background-color: rgb(101,189,79); }

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

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

 span { border-color: rgb(101,189,79); }

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