#65BF2E

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

Shades of Apple #65BF2E

Tints of Apple #65BF2E

Color information

#65BF2E (or 0x65BF2E) is unknown color: approx Apple. HEX triplet: 65, BF and 2E. RGB value is (101,191,46). Sum of RGB (Red+Green+Blue) = 101+191+46=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BF2E is #9A40D1. Grayscale: #949494. Windows color (decimal): -10109138 or 3063653. OLE color: 3063653.

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

Color convert

RGB10119146-
CMYK0.4700.760.25
HSL97.24º61.18%46.47%-
HSV(B)97.24º75.92%74.9%-
XYZ24.4940.239.06-
YUV147.5670.6894.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 191 (75% from 255) = 56.51%
BLUE value IS 46 (18.36% from 255) = 13.61%
R=29.88%
G=56.51%
B=13.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101191460.4700.760.2597.2461.1846.47
Hex65BF2E2F04C19613d2e
Octal14527756570114311417556
Binary11001011011111110111010111101001100110011100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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