#65BE48

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

Shades of Apple #65BE48

Tints of Apple #65BE48

Color information

#65BE48 (or 0x65BE48) is unknown color: approx Apple. HEX triplet: 65, BE and 48. RGB value is (101,190,72). Sum of RGB (Red+Green+Blue) = 101+190+72=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BE48 is #9A41B7. Grayscale: #969696. Windows color (decimal): -10109368 or 4767333. OLE color: 4767333.

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

Color convert

RGB10119072-
CMYK0.4700.620.25
HSL105.25º47.58%51.37%-
HSV(B)105.25º62.11%74.51%-
XYZ24.9540.0612.55-
YUV149.9484.0193.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 190 (74.61% from 255) = 52.34%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=27.82%
G=52.34%
B=19.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101190720.4700.620.25105.2547.5851.37
Hex65BE482F03E19693033
Octal14527611057076311516063
Binary11001011011111010010001011110111110110011101001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,190,72); }

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

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

 a { background-color: rgb(101,190,72); }

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

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

 span { border-color: rgb(101,190,72); }

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