Html Css Color HEX #65B64D Apple

📋 copy color: '#65B64D'

red 101 ◦ green 182 ◦ blue 77

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

Shades of Apple #65B64D

Tints of Apple #65B64D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.56%

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 28.06%
G = 50.56%
B = 21.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#65B64D (or 0x65B64D) is known color: Apple. HEX triplet: 65, B6 and 4D. RGB value is (101,182,77). Sum of RGB (Red+Green+Blue) = 101+182+77=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #65B64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B64D is #9A49B2. Grayscale: #929292. Windows color (decimal): -10111411 or 5092965. OLE color: 5092965.

HSL color Cylindrical-coordinate representation of color #65B64D: hue angle of 106.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65B64D is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 182 77 -
CMYK 0.45 0 0.58 0.29
HSL 106.29º 0.42% 0.51% -
HSV(B) 106.29º 0.58% 0.71% -
XYZ 23.43 36.76 12.88 -
YUV 145.81 89.16 96.04 -
System Red Green Blue C M Y K H S L
Decimal 101 182 77 0.45 0 0.58 0.29 106.29 0.42 0.51
Hex 65 B6 4D 2D 0 3A 1D 6A 2A 33
Octal 145 266 115 55 0 72 35 152 52 63
Binary 1100101 10110110 1001101 101101 0 111010 11101 1101010 101010 110011

Color Harmonies of #65B64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B64D

Black with #65B64D

Text Example


Text Example

White with #65B64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,182,77); }

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

background-color css

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

 a { background-color: rgb(101,182,77); }

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

border-color css

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

 span { border-color: rgb(101,182,77); }

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