#65D13B

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

Shades of Apple #65D13B

Tints of Apple #65D13B

Color information

#65D13B (or 0x65D13B) is unknown color: approx Apple. HEX triplet: 65, D1 and 3B. RGB value is (101,209,59). Sum of RGB (Red+Green+Blue) = 101+209+59=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 209 (82.03% from 255 or 56.64% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 209 - color contains mainly: green. Hex color #65D13B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D13B is #9A2EC4. Grayscale: #A0A0A0. Windows color (decimal): -10104517 or 3920229. OLE color: 3920229.

HSL color Cylindrical-coordinate representation of color #65D13B: hue angle of 103.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65D13B is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB10120959-
CMYK0.5200.720.18
HSL103.2º61.98%52.55%-
HSV(B)103.2º71.77%81.96%-
XYZ28.9648.6812.01-
YUV159.6171.2286.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 209 (82.03% from 255) = 56.64%
BLUE value IS 59 (23.44% from 255) = 15.99%
R=27.37%
G=56.64%
B=15.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101209590.5200.720.18103.261.9852.55
Hex65D13B3404812673e35
Octal14532173640110221477665
Binary11001011101000111101111010001001000100101100111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,209,59); }

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

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

 a { background-color: rgb(101,209,59); }

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

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

 span { border-color: rgb(101,209,59); }

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