Html Css Color HEX #64B845 Apple

📋 copy color: '#64B845'

red 100 ◦ green 184 ◦ blue 69

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

Shades of Apple #64B845

Tints of Apple #64B845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.55%

R = 28.33%
G = 52.12%
B = 19.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#64B845 (or 0x64B845) is known color: Apple. HEX triplet: 64, B8 and 45. RGB value is (100,184,69). Sum of RGB (Red+Green+Blue) = 100+184+69=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #64B845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B845 is #9B47BA. Grayscale: #929292. Windows color (decimal): -10176443 or 4569188. OLE color: 4569188.

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

Color convert

RGB 100 184 69 -
CMYK 0.46 0 0.62 0.28
HSL 103.83º 0.45% 0.5% -
HSV(B) 103.83º 0.63% 0.72% -
XYZ 23.47 37.42 11.62 -
YUV 145.77 84.67 95.35 -
System Red Green Blue C M Y K H S L
Decimal 100 184 69 0.46 0 0.62 0.28 103.83 0.45 0.5
Hex 64 B8 45 2E 0 3E 1C 68 2D 32
Octal 144 270 105 56 0 76 34 150 55 62
Binary 1100100 10111000 1000101 101110 0 111110 11100 1101000 101101 110010

Color Harmonies of #64B845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B845

Black with #64B845

Text Example


Text Example

White with #64B845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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