#65BA4C

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

Shades of Apple #65BA4C

Tints of Apple #65BA4C

Color information

#65BA4C (or 0x65BA4C) is unknown color: approx Apple. HEX triplet: 65, BA and 4C. RGB value is (101,186,76). Sum of RGB (Red+Green+Blue) = 101+186+76=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BA4C is #9A45B3. Grayscale: #949494. Windows color (decimal): -10110388 or 5028453. OLE color: 5028453.

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

Color convert

RGB10118676-
CMYK0.4600.590.27
HSL106.36º44.35%51.37%-
HSV(B)106.36º59.14%72.94%-
XYZ24.2338.4112.97-
YUV148.0487.3494.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 186 (73.05% from 255) = 51.24%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=27.82%
G=51.24%
B=20.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101186760.4600.590.27106.3644.3551.37
Hex65BA4C2E03B1B6a2c33
Octal14527211456073331525463
Binary11001011011101010011001011100111011110111101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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