#65D13D

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

Shades of Apple #65D13D

Tints of Apple #65D13D

Color information

#65D13D (or 0x65D13D) is unknown color: approx Apple. HEX triplet: 65, D1 and 3D. RGB value is (101,209,61). Sum of RGB (Red+Green+Blue) = 101+209+61=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #65D13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D13D is #9A2EC2. Grayscale: #A0A0A0. Windows color (decimal): -10104515 or 4051301. OLE color: 4051301.

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

Color convert

RGB10120961-
CMYK0.5200.710.18
HSL103.78º61.67%52.94%-
HSV(B)103.78º70.81%81.96%-
XYZ29.0148.712.29-
YUV159.8472.2286.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 209 (82.03% from 255) = 56.33%
BLUE value IS 61 (24.22% from 255) = 16.44%
R=27.22%
G=56.33%
B=16.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101209610.5200.710.18103.7861.6752.94
Hex65D13D3404712683e35
Octal14532175640107221507665
Binary11001011101000111110111010001000111100101101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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