#65B64F

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

Shades of Apple #65B64F

Tints of Apple #65B64F

Color information

#65B64F (or 0x65B64F) is unknown color: approx Apple. HEX triplet: 65, B6 and 4F. RGB value is (101,182,79). Sum of RGB (Red+Green+Blue) = 101+182+79=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #65B64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B64F is #9A49B0. Grayscale: #929292. Windows color (decimal): -10111409 or 5224037. OLE color: 5224037.

HSL color Cylindrical-coordinate representation of color #65B64F: hue angle of 107.18º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65B64F is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB10118279-
CMYK0.4500.570.29
HSL107.18º41.37%51.18%-
HSV(B)107.18º56.59%71.37%-
XYZ23.5136.7913.26-
YUV146.0490.1695.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 182 (71.48% from 255) = 50.28%
BLUE value IS 79 (31.25% from 255) = 21.82%
R=27.90%
G=50.28%
B=21.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101182790.4500.570.29107.1841.3751.18
Hex65B64F2D0391D6b2933
Octal14526611755071351535163
Binary11001011011011010011111011010111001111011101011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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