#65BF4A

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

Shades of Apple #65BF4A

Tints of Apple #65BF4A

Color information

#65BF4A (or 0x65BF4A) is unknown color: approx Apple. HEX triplet: 65, BF and 4A. RGB value is (101,191,74). Sum of RGB (Red+Green+Blue) = 101+191+74=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BF4A is #9A40B5. Grayscale: #979797. Windows color (decimal): -10109110 or 4898661. OLE color: 4898661.

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

Color convert

RGB10119174-
CMYK0.4700.610.25
HSL106.15º47.76%51.96%-
HSV(B)106.15º61.26%74.9%-
XYZ25.2340.5212.97-
YUV150.7584.6892.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 191 (75% from 255) = 52.19%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=27.60%
G=52.19%
B=20.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101191740.4700.610.25106.1547.7651.96
Hex65BF4A2F03D196a3034
Octal14527711257075311526064
Binary11001011011111110010101011110111101110011101010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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