Html Css Color HEX #65AD55 Apple

📋 copy color: '#65AD55'

red 101 ◦ green 173 ◦ blue 85

#65AD55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #65AD55

Tints of Apple #65AD55

RGB

 RED value IS 101 (39.84% from 255) = 28.13%

 GREEN value IS 173 (67.97% from 255) = 48.19%

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 28.13%
G = 48.19%
B = 23.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#65AD55 (or 0x65AD55) is known color: Apple. HEX triplet: 65, AD and 55. RGB value is (101,173,85). Sum of RGB (Red+Green+Blue) = 101+173+85=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD55 is #9A52AA. Grayscale: #8D8D8D. Windows color (decimal): -10113707 or 5614949. OLE color: 5614949.

HSL color Cylindrical-coordinate representation of color #65AD55: hue angle of 109.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65AD55 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 173 85 -
CMYK 0.42 0 0.51 0.32
HSL 109.09º 0.35% 0.51% -
HSV(B) 109.09º 0.51% 0.68% -
XYZ 21.95 33.31 13.87 -
YUV 141.44 96.15 99.16 -
System Red Green Blue C M Y K H S L
Decimal 101 173 85 0.42 0 0.51 0.32 109.09 0.35 0.51
Hex 65 AD 55 2A 0 33 20 6D 23 33
Octal 145 255 125 52 0 63 40 155 43 63
Binary 1100101 10101101 1010101 101010 0 110011 100000 1101101 100011 110011

Color Harmonies of #65AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AD55

Black with #65AD55

Text Example


Text Example

White with #65AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,173,85); }

 H1.HeaderClassName
 {
   color: #65AD55;
 }
 .AnyTagClassName
 {
   color: #65AD55;
 }
</style>

background-color css

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

 a { background-color: rgb(101,173,85); }

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

border-color css

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

 span { border-color: rgb(101,173,85); }

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