Html Css Color HEX #64B855 Apple

📋 copy color: '#64B855'

red 100 ◦ green 184 ◦ blue 85

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

Shades of Apple #64B855

Tints of Apple #64B855

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.86%

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

R = 27.1%
G = 49.86%
B = 23.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#64B855 (or 0x64B855) is known color: Apple. HEX triplet: 64, B8 and 55. RGB value is (100,184,85). Sum of RGB (Red+Green+Blue) = 100+184+85=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #64B855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B855 is #9B47AA. Grayscale: #939393. Windows color (decimal): -10176427 or 5617764. OLE color: 5617764.

HSL color Cylindrical-coordinate representation of color #64B855: hue angle of 110.91º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64B855 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 184 85 -
CMYK 0.46 0 0.54 0.28
HSL 110.91º 0.41% 0.53% -
HSV(B) 110.91º 0.54% 0.72% -
XYZ 24.04 37.65 14.59 -
YUV 147.6 92.67 94.05 -
System Red Green Blue C M Y K H S L
Decimal 100 184 85 0.46 0 0.54 0.28 110.91 0.41 0.53
Hex 64 B8 55 2E 0 36 1C 6F 29 35
Octal 144 270 125 56 0 66 34 157 51 65
Binary 1100100 10111000 1010101 101110 0 110110 11100 1101111 101001 110101

Color Harmonies of #64B855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B855

Black with #64B855

Text Example


Text Example

White with #64B855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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