#65D140

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

Shades of Apple #65D140

Tints of Apple #65D140

Color information

#65D140 (or 0x65D140) is unknown color: approx Apple. HEX triplet: 65, D1 and 40. RGB value is (101,209,64). Sum of RGB (Red+Green+Blue) = 101+209+64=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #65D140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D140 is #9A2EBF. Grayscale: #A0A0A0. Windows color (decimal): -10104512 or 4247909. OLE color: 4247909.

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

Color convert

RGB10120964-
CMYK0.5200.690.18
HSL104.69º61.18%53.53%-
HSV(B)104.69º69.38%81.96%-
XYZ29.0948.7412.72-
YUV160.1873.7285.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 209 (82.03% from 255) = 55.88%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=27.01%
G=55.88%
B=17.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101209640.5200.690.18104.6961.1853.53
Hex65D1403404512693d36
Octal145321100640105221517566
Binary110010111010001100000011010001000101100101101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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