Html Css Color HEX #65AE34 Apple

📋 copy color: '#65AE34'

red 101 ◦ green 174 ◦ blue 52

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

Shades of Apple #65AE34

Tints of Apple #65AE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 30.89%
G = 53.21%
B = 15.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#65AE34 (or 0x65AE34) is known color: Apple. HEX triplet: 65, AE and 34. RGB value is (101,174,52). Sum of RGB (Red+Green+Blue) = 101+174+52=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #65AE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AE34 is #9A51CB. Grayscale: #8A8A8A. Windows color (decimal): -10113484 or 3452517. OLE color: 3452517.

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

Color convert

RGB 101 174 52 -
CMYK 0.42 0 0.70 0.32
HSL 95.9º 0.54% 0.44% -
HSV(B) 95.9º 0.7% 0.68% -
XYZ 21.12 33.29 8.56 -
YUV 138.27 79.32 101.42 -
System Red Green Blue C M Y K H S L
Decimal 101 174 52 0.42 0 0.70 0.32 95.9 0.54 0.44
Hex 65 AE 34 2A 0 46 20 60 36 2C
Octal 145 256 64 52 0 106 40 140 66 54
Binary 1100101 10101110 110100 101010 0 1000110 100000 1100000 110110 101100

Color Harmonies of #65AE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AE34

Black with #65AE34

Text Example


Text Example

White with #65AE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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