Html Css Color HEX #64AF35 Apple

📋 copy color: '#64AF35'

red 100 ◦ green 175 ◦ blue 53

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

Shades of Apple #64AF35

Tints of Apple #64AF35

RGB

 RED value IS 100 (39.45% from 255) = 30.49%

 GREEN value IS 175 (68.75% from 255) = 53.35%

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 30.49%
G = 53.35%
B = 16.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#64AF35 (or 0x64AF35) is known color: Apple. HEX triplet: 64, AF and 35. RGB value is (100,175,53). Sum of RGB (Red+Green+Blue) = 100+175+53=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AF35 is #9B50CA. Grayscale: #8B8B8B. Windows color (decimal): -10178763 or 3518308. OLE color: 3518308.

HSL color Cylindrical-coordinate representation of color #64AF35: hue angle of 96.89º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64AF35 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 175 53 -
CMYK 0.43 0 0.70 0.31
HSL 96.89º 0.54% 0.45% -
HSV(B) 96.89º 0.7% 0.69% -
XYZ 21.23 33.63 8.74 -
YUV 138.67 79.65 100.42 -
System Red Green Blue C M Y K H S L
Decimal 100 175 53 0.43 0 0.70 0.31 96.89 0.54 0.45
Hex 64 AF 35 2B 0 46 1F 61 36 2D
Octal 144 257 65 53 0 106 37 141 66 55
Binary 1100100 10101111 110101 101011 0 1000110 11111 1100001 110110 101101

Color Harmonies of #64AF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AF35

Black with #64AF35

Text Example


Text Example

White with #64AF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64AF35; }

 p { color: rgb(100,175,53); }

 H1.HeaderClassName
 {
   color: #64AF35;
 }
 .AnyTagClassName
 {
   color: #64AF35;
 }
</style>

background-color css

<style>
 a { background-color: #64AF35; }

 a { background-color: rgb(100,175,53); }

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

border-color css

<style>
 span { border-color: #64AF35; }

 span { border-color: rgb(100,175,53); }

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