#65C145

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

Shades of Apple #65C145

Tints of Apple #65C145

Color information

#65C145 (or 0x65C145) is unknown color: approx Apple. HEX triplet: 65, C1 and 45. RGB value is (101,193,69). Sum of RGB (Red+Green+Blue) = 101+193+69=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #65C145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C145 is #9A3EBA. Grayscale: #979797. Windows color (decimal): -10108603 or 4571493. OLE color: 4571493.

HSL color Cylindrical-coordinate representation of color #65C145: hue angle of 104.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65C145 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB10119369-
CMYK0.4800.640.24
HSL104.52º50%51.37%-
HSV(B)104.52º64.25%75.69%-
XYZ25.5141.3412.26-
YUV151.3681.5292.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 193 (75.78% from 255) = 53.17%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=27.82%
G=53.17%
B=19.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101193690.4800.640.24104.525051.37
Hex65C1453004018693233
Octal145301105600100301516263
Binary110010111000001100010111000001000000110001101001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,193,69); }

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

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

 a { background-color: rgb(101,193,69); }

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

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

 span { border-color: rgb(101,193,69); }

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