Html Css Color HEX #64B84D Apple

📋 copy color: '#64B84D'

red 100 ◦ green 184 ◦ blue 77

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

Shades of Apple #64B84D

Tints of Apple #64B84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.33%

R = 27.7%
G = 50.97%
B = 21.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#64B84D (or 0x64B84D) is known color: Apple. HEX triplet: 64, B8 and 4D. RGB value is (100,184,77). Sum of RGB (Red+Green+Blue) = 100+184+77=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #64B84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B84D is #9B47B2. Grayscale: #939393. Windows color (decimal): -10176435 or 5093476. OLE color: 5093476.

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

Color convert

RGB 100 184 77 -
CMYK 0.46 0 0.58 0.28
HSL 107.1º 0.43% 0.51% -
HSV(B) 107.1º 0.58% 0.72% -
XYZ 23.74 37.53 13.01 -
YUV 146.69 88.67 94.7 -
System Red Green Blue C M Y K H S L
Decimal 100 184 77 0.46 0 0.58 0.28 107.1 0.43 0.51
Hex 64 B8 4D 2E 0 3A 1C 6B 2B 33
Octal 144 270 115 56 0 72 34 153 53 63
Binary 1100100 10111000 1001101 101110 0 111010 11100 1101011 101011 110011

Color Harmonies of #64B84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B84D

Black with #64B84D

Text Example


Text Example

White with #64B84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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