Html Css Color HEX #64B34F Apple

📋 copy color: '#64B34F'

red 100 ◦ green 179 ◦ blue 79

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

Shades of Apple #64B34F

Tints of Apple #64B34F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50%

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 27.93%
G = 50%
B = 22.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#64B34F (or 0x64B34F) is known color: Apple. HEX triplet: 64, B3 and 4F. RGB value is (100,179,79). Sum of RGB (Red+Green+Blue) = 100+179+79=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #64B34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B34F is #9B4CB0. Grayscale: #909090. Windows color (decimal): -10177713 or 5223268. OLE color: 5223268.

HSL color Cylindrical-coordinate representation of color #64B34F: hue angle of 107.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64B34F is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 179 79 -
CMYK 0.44 0 0.56 0.30
HSL 107.4º 0.4% 0.51% -
HSV(B) 107.4º 0.56% 0.7% -
XYZ 22.79 35.51 13.05 -
YUV 143.98 91.33 96.63 -
System Red Green Blue C M Y K H S L
Decimal 100 179 79 0.44 0 0.56 0.30 107.4 0.4 0.51
Hex 64 B3 4F 2C 0 38 1E 6B 28 33
Octal 144 263 117 54 0 70 36 153 50 63
Binary 1100100 10110011 1001111 101100 0 111000 11110 1101011 101000 110011

Color Harmonies of #64B34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B34F

Black with #64B34F

Text Example


Text Example

White with #64B34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,179,79); }

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

background-color css

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

 a { background-color: rgb(100,179,79); }

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

border-color css

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

 span { border-color: rgb(100,179,79); }

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