Html Css Color HEX #64AF55 Apple

📋 copy color: '#64AF55'

red 100 ◦ green 175 ◦ blue 85

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

Shades of Apple #64AF55

Tints of Apple #64AF55

RGB

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

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

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

R = 27.78%
G = 48.61%
B = 23.61%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#64AF55 (or 0x64AF55) is known color: Apple. HEX triplet: 64, AF and 55. RGB value is (100,175,85). Sum of RGB (Red+Green+Blue) = 100+175+85=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF55 is #9B50AA. Grayscale: #8E8E8E. Windows color (decimal): -10178731 or 5615460. OLE color: 5615460.

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

Color convert

RGB 100 175 85 -
CMYK 0.43 0 0.51 0.31
HSL 110º 0.36% 0.51% -
HSV(B) 110º 0.51% 0.69% -
XYZ 22.23 34.03 13.99 -
YUV 142.32 95.65 97.82 -
System Red Green Blue C M Y K H S L
Decimal 100 175 85 0.43 0 0.51 0.31 110 0.36 0.51
Hex 64 AF 55 2B 0 33 1F 6E 24 33
Octal 144 257 125 53 0 63 37 156 44 63
Binary 1100100 10101111 1010101 101011 0 110011 11111 1101110 100100 110011

Color Harmonies of #64AF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AF55

Black with #64AF55

Text Example


Text Example

White with #64AF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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