#64BF45

Color #64BF45 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #64BF45

Tints of Apple #64BF45

Color information

#64BF45 (or 0x64BF45) is unknown color: approx Apple. HEX triplet: 64, BF and 45. RGB value is (100,191,69). Sum of RGB (Red+Green+Blue) = 100+191+69=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF45 is #9B40BA. Grayscale: #969696. Windows color (decimal): -10174651 or 4570980. OLE color: 4570980.

HSL color Cylindrical-coordinate representation of color #64BF45: hue angle of 104.75º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64BF45 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB10019169-
CMYK0.4800.640.25
HSL104.75º48.8%50.98%-
HSV(B)104.75º63.87%74.9%-
XYZ24.9640.412.11-
YUV149.8882.3592.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 191 (75% from 255) = 53.06%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=27.78%
G=53.06%
B=19.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100191690.4800.640.25104.7548.850.98
Hex64BF453004019693133
Octal144277105600100311516163
Binary110010010111111100010111000001000000110011101001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64BF45;
 }
 .AnyTagClassName
 {
   color: #64BF45;
 }
</style>
background-color css

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

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

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

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

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

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