Html Css Color HEX #64B946 Apple

📋 copy color: '#64B946'

red 100 ◦ green 185 ◦ blue 70

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

Shades of Apple #64B946

Tints of Apple #64B946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.11%

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 28.17%
G = 52.11%
B = 19.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#64B946 (or 0x64B946) is known color: Apple. HEX triplet: 64, B9 and 46. RGB value is (100,185,70). Sum of RGB (Red+Green+Blue) = 100+185+70=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #64B946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B946 is #9B46B9. Grayscale: #929292. Windows color (decimal): -10176186 or 4634980. OLE color: 4634980.

HSL color Cylindrical-coordinate representation of color #64B946: hue angle of 104.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64B946 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 185 70 -
CMYK 0.46 0 0.62 0.27
HSL 104.35º 0.45% 0.5% -
HSV(B) 104.35º 0.62% 0.73% -
XYZ 23.71 37.85 11.85 -
YUV 146.48 84.84 94.85 -
System Red Green Blue C M Y K H S L
Decimal 100 185 70 0.46 0 0.62 0.27 104.35 0.45 0.5
Hex 64 B9 46 2E 0 3E 1B 68 2D 32
Octal 144 271 106 56 0 76 33 150 55 62
Binary 1100100 10111001 1000110 101110 0 111110 11011 1101000 101101 110010

Color Harmonies of #64B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B946

Black with #64B946

Text Example


Text Example

White with #64B946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,185,70); }

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

background-color css

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

 a { background-color: rgb(100,185,70); }

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

border-color css

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

 span { border-color: rgb(100,185,70); }

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