#65BA58

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

Shades of Apple #65BA58

Tints of Apple #65BA58

Color information

#65BA58 (or 0x65BA58) is unknown color: approx Apple. HEX triplet: 65, BA and 58. RGB value is (101,186,88). Sum of RGB (Red+Green+Blue) = 101+186+88=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BA58 is #9A45A7. Grayscale: #959595. Windows color (decimal): -10110376 or 5814885. OLE color: 5814885.

HSL color Cylindrical-coordinate representation of color #65BA58: hue angle of 112.04º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65BA58 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB10118688-
CMYK0.4600.530.27
HSL112.04º41.53%53.73%-
HSV(B)112.04º52.69%72.94%-
XYZ24.6938.5915.38-
YUV149.4193.3493.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=26.93%
G=49.6%
B=23.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101186880.4600.530.27112.0441.5353.73
Hex65BA582E0351B702a36
Octal14527213056065331605266
Binary11001011011101010110001011100110101110111110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,186,88); }

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

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

 a { background-color: rgb(101,186,88); }

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

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

 span { border-color: rgb(101,186,88); }

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