Html Css Color HEX #65AE42 Apple

📋 copy color: '#65AE42'

red 101 ◦ green 174 ◦ blue 66

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

Shades of Apple #65AE42

Tints of Apple #65AE42

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.03%

 BLUE value IS 66 (26.17% from 255) = 19.35%

R = 29.62%
G = 51.03%
B = 19.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#65AE42 (or 0x65AE42) is known color: Apple. HEX triplet: 65, AE and 42. RGB value is (101,174,66). Sum of RGB (Red+Green+Blue) = 101+174+66=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #65AE42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AE42 is #9A51BD. Grayscale: #8C8C8C. Windows color (decimal): -10113470 or 4370021. OLE color: 4370021.

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

Color convert

RGB 101 174 66 -
CMYK 0.42 0 0.62 0.32
HSL 100.56º 0.45% 0.47% -
HSV(B) 100.56º 0.62% 0.68% -
XYZ 21.49 33.43 10.47 -
YUV 139.86 86.32 100.28 -
System Red Green Blue C M Y K H S L
Decimal 101 174 66 0.42 0 0.62 0.32 100.56 0.45 0.47
Hex 65 AE 42 2A 0 3E 20 65 2D 2F
Octal 145 256 102 52 0 76 40 145 55 57
Binary 1100101 10101110 1000010 101010 0 111110 100000 1100101 101101 101111

Color Harmonies of #65AE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AE42

Black with #65AE42

Text Example


Text Example

White with #65AE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,174,66); }

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

background-color css

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

 a { background-color: rgb(101,174,66); }

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

border-color css

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

 span { border-color: rgb(101,174,66); }

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